mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 06:05:40 +12:00
iOS: Fail on build error
This commit is contained in:
parent
e71cbc9bc3
commit
90725252d3
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,9 @@ EMULATOR_BUILD_TYPE=Release
|
|||
# Simulator settings
|
||||
RUN_SIMULATOR=false
|
||||
|
||||
# Fail on error
|
||||
set -e
|
||||
|
||||
# Go to the parent directory and build the emulator core
|
||||
cd ../..
|
||||
cmake -B build -DENABLE_VULKAN=OFF -DBUILD_HYDRA_CORE=ON -DENABLE_USER_BUILD=ON -DCMAKE_TOOLCHAIN_FILE=third_party/ios_toolchain/ios.toolchain.cmake -DPLATFORM=SIMULATORARM64 -DDEPLOYMENT_TARGET="13.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue