mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 14:36:16 +01:00
Use correct cargo flag for apple build
This commit is contained in:
2
justfile
2
justfile
@@ -28,7 +28,7 @@ xcframework: apple-build
|
|||||||
apple-build: # requires a Mac
|
apple-build: # requires a Mac
|
||||||
# iOS device build
|
# iOS device build
|
||||||
BINDGEN_EXTRA_CLANG_ARGS="--sysroot=$(xcrun --sdk iphoneos --show-sdk-path)" \
|
BINDGEN_EXTRA_CLANG_ARGS="--sysroot=$(xcrun --sdk iphoneos --show-sdk-path)" \
|
||||||
cargo build --release --target aarch64-apple-ios --feature obfuscate
|
cargo build --release --target aarch64-apple-ios --features obfuscate
|
||||||
|
|
||||||
# iOS Simulator (arm64)
|
# iOS Simulator (arm64)
|
||||||
BINDGEN_EXTRA_CLANG_ARGS="--sysroot=$(xcrun --sdk iphonesimulator --show-sdk-path)" \
|
BINDGEN_EXTRA_CLANG_ARGS="--sysroot=$(xcrun --sdk iphonesimulator --show-sdk-path)" \
|
||||||
|
|||||||
Reference in New Issue
Block a user