Skip to content

Commit a3438a8

Browse files
committed
Fix error & fix warning
1 parent 13fc526 commit a3438a8

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

Editor/Platforms/Standalone/Build/BuildMacOS.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ public sealed class BuildMacOS : ScriptableBuildStepWithOptions
1616
{
1717
#if UNITY_EDITOR_OSX
1818
[SerializeField] private MacOSArchitecture m_architecture = default;
19-
#endif
2019
[SerializeField] private bool m_createXcodeProject = false;
21-
20+
#endif
2221
public override BuildTarget Target => BuildTarget.StandaloneOSX;
2322

2423
public override async Task<BuildReport> Execute()

Editor/Platforms/WebGL/BuildWebGL.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,4 @@ public override async Task<BuildReport> Execute()
5656
return report;
5757
}
5858
}
59-
60-
#endif
61-
}
59+
}

0 commit comments

Comments
 (0)