Remove needless host_triple call

This commit is contained in:
Taiki Endo
2022-12-14 10:54:03 +09:00
parent 83639e6b24
commit 97334a704a

View File

@@ -317,7 +317,6 @@ for tool in "${tools[@]}"; do
# https://nexte.st/book/pre-built-binaries.html
case "${OSTYPE}" in
linux*)
host_triple
case "${host_env}" in
gnu) url="https://get.nexte.st/${version}/linux" ;;
*) url="https://get.nexte.st/${version}/linux-musl" ;;