update amd64/net.huangyuhui.hmcl/build.sh.

Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
2025-09-08 12:17:19 +00:00
committed by Gitee
parent 41a65320d2
commit 3ca52688c1

View File

@@ -45,9 +45,11 @@ source /opt/bashimport/sbs-build-helper.bashimport
if [ "$1" = "amd64" ] || [ "$1" = "x64" ];then if [ "$1" = "amd64" ] || [ "$1" = "x64" ];then
ARCH="amd64" ARCH="amd64"
ARCH_ANOTHERWAY="-amd64" ARCH_ANOTHERWAY="-amd64"
ARCH_STORE_PATH="amd64-store"
elif [ "$1" = "arm64" ] || [ "$1" = "arm" ];then elif [ "$1" = "arm64" ] || [ "$1" = "arm" ];then
ARCH="arm64" ARCH="arm64"
ARCH_ANOTHERWAY="-aarch64" ARCH_ANOTHERWAY="-aarch64"
ARCH_STORE_PATH="arm64-store"
elif [ "$1" = "loong64" ];then elif [ "$1" = "loong64" ];then
ARCH="loong64" ARCH="loong64"
ARCH_ANOTHERWAY="-loong64" ARCH_ANOTHERWAY="-loong64"