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