From 3488653ca49dc14661868fe69ae8f5ca4d99ad71 Mon Sep 17 00:00:00 2001 From: Ronny Chan Date: Thu, 24 Oct 2024 13:31:00 -0400 Subject: [PATCH] build musl target --- musl-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/musl-build.sh b/musl-build.sh index 376078d3..56ba8d6c 100755 --- a/musl-build.sh +++ b/musl-build.sh @@ -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