Skip to content

Commit

Permalink
Fix Rust build script
Browse files Browse the repository at this point in the history
  • Loading branch information
acb-mv committed Feb 7, 2024
1 parent 52b1c01 commit 4138435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/build-rust-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ for arch in $ARCHS; do
arm64)
if [ $IS_SIMULATOR -eq 0 ]; then
# Hardware iOS targets
"$HOME"/.cargo/bin/cargo build -p "$FFI_TARGET" --lib "$RELFLAG" --target aarch64-apple-ios
"$HOME"/.cargo/bin/cargo build -p "$FFI_TARGET" --lib $RELFLAG --target aarch64-apple-ios
"$HOME"/.cargo/bin/cargo build -p "$FFI_TARGET" --lib --target aarch64-apple-ios
else
"$HOME"/.cargo/bin/cargo build -p "$FFI_TARGET" --lib $RELFLAG --target aarch64-apple-ios-sim
Expand Down

0 comments on commit 4138435

Please sign in to comment.