Skip to content

Commit

Permalink
Do not use legacy build system
Browse files Browse the repository at this point in the history
  • Loading branch information
frenzibyte committed Aug 8, 2024
1 parent ca6cec7 commit d667083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-native.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ while :; do
ios)
_CMakeEnableBitcode=-DENABLE_BITCODE=0
_CMakeBuildTarget=veldrid-spirv
_CMakeGenerator="-G Xcode -T buildsystem=1"
_CMakeGenerator="-G Xcode"
_CMakeExtraBuildArgs="--config Release"
_OSDir=ios
;;
Expand Down

0 comments on commit d667083

Please sign in to comment.