We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee2e46a commit a78d44dCopy full SHA for a78d44d
build.sh
@@ -9,7 +9,8 @@ fi
9
10
unameOut="$(uname -s)-$(uname -m)"
11
case "${unameOut}" in
12
- Linux*) HOST_TRIPLE=x86_64-unknown-linux-gnu;;
+ Linux-x86_64*) HOST_TRIPLE=x86_64-unknown-linux-gnu;;
13
+ Linux-aarch64*) HOST_TRIPLE=aarch64-unknown-linux-gnu;;
14
Darwin-x86_64*) HOST_TRIPLE=x86_64-apple-darwin;;
15
Darwin-arm64*) HOST_TRIPLE=aarch64-apple-darwin;;
16
MINGW*) HOST_TRIPLE=x86_64-pc-windows-msvc;;
0 commit comments