Skip to content

Commit

Permalink
Updated install build compiler script
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklaus Schiess committed Oct 5, 2022
1 parent 1431466 commit ecf0f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/02_install_build_compiler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ecf0f96

Please sign in to comment.