Skip to content

Commit

Permalink
Fix error & fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ScvirelVS committed May 18, 2022
1 parent 13fc526 commit a3438a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions Editor/Platforms/Standalone/Build/BuildMacOS.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ public sealed class BuildMacOS : ScriptableBuildStepWithOptions
{
#if UNITY_EDITOR_OSX
[SerializeField] private MacOSArchitecture m_architecture = default;
#endif
[SerializeField] private bool m_createXcodeProject = false;

#endif
public override BuildTarget Target => BuildTarget.StandaloneOSX;

public override async Task<BuildReport> Execute()
Expand Down
4 changes: 1 addition & 3 deletions Editor/Platforms/WebGL/BuildWebGL.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,4 @@ public override async Task<BuildReport> Execute()
return report;
}
}

#endif
}
}

0 comments on commit a3438a8

Please sign in to comment.