Skip to content

Commit

Permalink
build musl target
Browse files Browse the repository at this point in the history
  • Loading branch information
RonnyChan-okta committed Oct 24, 2024
1 parent 21347b7 commit 3488653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion musl-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ if [ ! -d "./gn" ]; then
fi

# Build rusty_v8 and pass through the arguments
cargo build -vv $@
cargo build -vv $@ --target=x86_64-unknown-linux-musl

0 comments on commit 3488653

Please sign in to comment.