Watch
2
0
Fork
You've already forked raylib-cs
0

Test build fix

This commit is contained in:
Rgebee 2024-06-20 20:43:13 +01:00
commit 52448ad526

View file

@ -35,7 +35,7 @@
<CMakeArgs Include="-D CMAKE_OSX_ARCHITECTURES=x86_64" /> <CMakeArgs Include="-D CMAKE_OSX_ARCHITECTURES=x86_64" />
</ItemGroup> </ItemGroup>
<ItemGroup Condition="$([MSBuild]::IsOsPlatform('Windows')) AND $(NativeArch) == 'x86'"> <ItemGroup Condition="$([MSBuild]::IsOsPlatform('Windows')) AND $(NativeArch) == 'win32'">
<CMakeArgs Include="-A win32" /> <CMakeArgs Include="-A win32" />
</ItemGroup> </ItemGroup>