0
0
Fork 0
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:
Ronny Chan 2024-10-24 13:31:00 -04:00
parent 21347b7d70
commit 3488653ca4
No known key found for this signature in database
GPG key ID: 438610BEA8DC2E2C

View file

@ -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