mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-21 20:28:58 +00:00
build musl target
This commit is contained in:
parent
21347b7d70
commit
3488653ca4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user