Skip to content

Commit

Permalink
Add --locked
Browse files Browse the repository at this point in the history
  • Loading branch information
kl committed Jan 16, 2025
1 parent dcc671d commit b775df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-maybenot-ffi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if [ "$IS_USING_CONTAINER_SCRIPT" = "false" ]; then
else
TARGET_DIR="$SCRIPT_DIR/cargo-target/target"
fi
cargo build --target-dir $TARGET_DIR --release --target aarch64-linux-android
cargo build --target-dir $TARGET_DIR --release --target aarch64-linux-android --locked
cp $TARGET_DIR/aarch64-linux-android/release/libmaybenot_ffi.a $SCRIPT_DIR/build/libdest/libmaybenot.a
popd

Expand Down

0 comments on commit b775df1

Please sign in to comment.