mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-22 18:31:59 -05:00
Skip building g2 with ARM64 openrct2 MSVC build
This commit is contained in:
parent
3bc5c6c563
commit
0f7d46473f
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@
|
|||
|
||||
<!-- Target to build g2.dat containing OpenRCT2 sprites -->
|
||||
<Target Name="g2" AfterTargets="Build" Inputs="@(g2Inputs)" Outputs="$(g2Output)"
|
||||
Condition="'$(TestConfig)'!='true'">
|
||||
Condition="'$(TestConfig)'!='true' and '$(Platform)'!='ARM64'">
|
||||
<Message Text="Building g2.dat..." Importance="high" />
|
||||
<Exec Command=""$(OutputExe)" sprite build "$(g2Output)" "$(RootDir)resources\g2\sprites.json""
|
||||
StandardOutputImportance="normal" />
|
||||
|
|
Loading…
Reference in a new issue