We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1e10ed commit 03f41fbCopy full SHA for 03f41fb
1 file changed
.github/scripts/config.sh
@@ -39,7 +39,7 @@ else
39
CRT=${CRT:-libc}
40
fi
41
42
-PROCESSOR=$(uname --processor)
+PROCESSOR=$(uname --machine)
43
BUILD=${BUILD:-$PROCESSOR-pc-linux-gnu}
44
HOST=${HOST:-$PROCESSOR-pc-linux-gnu}
45
TARGET=$ARCH-$PLATFORM
0 commit comments