mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-21 15:04:33 -05:00
build musl target
This commit is contained in:
parent
21347b7d70
commit
3488653ca4
1 changed files with 1 additions and 1 deletions
|
@ -32,4 +32,4 @@ if [ ! -d "./gn" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Build rusty_v8 and pass through the arguments
|
# Build rusty_v8 and pass through the arguments
|
||||||
cargo build -vv $@
|
cargo build -vv $@ --target=x86_64-unknown-linux-musl
|
||||||
|
|
Loading…
Reference in a new issue