Skip to content

Commit

Permalink
fix: ios ci..
Browse files Browse the repository at this point in the history
  • Loading branch information
okkmnone committed Mar 6, 2024
1 parent acdbbaa commit f5718e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/iOS/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ iphone-sim-debug:
IOS_TARGETS=x86_64-apple-ios xcodebuild -scheme mobile -configuration Debug -derivedDataPath output -destination "id=$(DEVICE)"

iphone-release:
cargo +stable build --release --target aarch64-apple-ios --package mobile
cargo build --release --target aarch64-apple-ios --package mobile

IOS_TARGETS=aarch64-apple-ios \
xcodebuild clean build -scheme mobile -configuration Release -derivedDataPath output -arch arm64 \
Expand Down

0 comments on commit f5718e3

Please sign in to comment.