diff options
Diffstat (limited to 'bootstrap/bootstrap.sh')
-rwxr-xr-x | bootstrap/bootstrap.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap/bootstrap.sh b/bootstrap/bootstrap.sh index 0707520..2c244f1 100755 --- a/bootstrap/bootstrap.sh +++ b/bootstrap/bootstrap.sh @@ -61,6 +61,7 @@ FINDUTILS_VER=$(getversion findutils) CURL_OPTS="-SsL" +HOST=x86_64-linux-gnu TARGET=x86_64-linux-musl ARCH=x86 CPU=x86-64 |