mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-24 09:48:57 +02:00
Fix build script
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
5d6cea5cf9
commit
3cc2caf4fe
1 changed files with 4 additions and 6 deletions
|
|
@ -9,12 +9,10 @@ xcrun --sdk iphoneos --show-sdk-path
|
||||||
# TODO: support iphonesimulator sdk
|
# TODO: support iphonesimulator sdk
|
||||||
|
|
||||||
cmake -G Xcode -B build/ios \
|
cmake -G Xcode -B build/ios \
|
||||||
-DCMAKE_TOOLCHAIN_FILE="$WORK_DIR/.ci/ios/ios-toolchain.cmake" \
|
-DCMAKE_OSX_DEPLOYMENT_TARGET=16.0 \
|
||||||
-DPLATFORM=OS64 \
|
-DCMAKE_OSX_SYSROOT=iphoneos \
|
||||||
-DARCHS="arm64" \
|
-DCMAKE_SYSTEM_NAME=iOS \
|
||||||
-DDEPLOYMENT_TARGET=16.0 \
|
-DCMAKE_OSX_ARCHITECTURES="arm64" \
|
||||||
-DCMAKE_C_COMPILER="$(xcrun --sdk iphoneos --find clang)" \
|
|
||||||
-DCMAKE_CXX_COMPILER="$(xcrun --sdk iphoneos --find clang++)" \
|
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
"$@"
|
"$@"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue