Skip to content

Commit

Permalink
Update build_ios.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
fsdsabel authored Sep 3, 2024
1 parent 79ca04f commit d5d4263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litehtml-maui-native/build_ios.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#cmake --build ../out/_buildios --config Release --target install -- -UseModernBuildSystem=NO

cmake -S. -G Xcode -B../out/_buildios -DCMAKE_TOOLCHAIN_FILE=ios.toolchain.cmake -DPLATFORM=OS64COMBINED -DCMAKE_INSTALL_PREFIX=`pwd`/../out/ios -DBUILD_TESTING=OFF
cmake -S. -G Xcode -B../out/_buildios -DCMAKE_TOOLCHAIN_FILE=ios.toolchain.cmake -DPLATFORM=OS64COMBINED -DCMAKE_INSTALL_PREFIX=`pwd`/../out/ios -DBUILD_TESTING=OFF -DDEPLOYMENT_TARGET=13.0
cmake --build ../out/_buildios --config Release
cmake --install ../out/_buildios --config Release

Expand Down

0 comments on commit d5d4263

Please sign in to comment.