Skip to content

Commit

Permalink
stop building ios x86-64
Browse files Browse the repository at this point in the history
  • Loading branch information
appaquet committed Sep 2, 2024
1 parent 5e0ac81 commit fc7b8d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/ios/tools/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ mkdir -p $EXOCORE_IOS_LIB_DIR/header

# Build static libs
pushd $EXOCORE_C_ROOT
SIM_TARGETS="aarch64-apple-ios-sim,x86_64-apple-ios"
SIM_TARGETS="aarch64-apple-ios-sim"
cargo lipo $CARGO_ARGS --targets $SIM_TARGETS
mkdir -p $EXOCORE_IOS_LIB_DIR/libs/sim
cp $EXOCORE_ROOT/target/universal/$MODE/libexocore.a $EXOCORE_IOS_LIB_DIR/libs/sim
Expand Down

0 comments on commit fc7b8d7

Please sign in to comment.