Updated install build compiler script
This commit is contained in:
parent
1431466df0
commit
ecf0f96df9
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ if [ $# -ne 1 ];then
|
|||
echo "Missing arch"
|
||||
exit 1
|
||||
fi
|
||||
ARCH="${1,,}"
|
||||
ARCH="${1}"
|
||||
case $ARCH in
|
||||
x86_64|i686|aarch64)
|
||||
ARCH="${ARCH}-linux-musl"
|
||||
|
|
Loading…
Reference in a new issue