diff --git a/build.sh b/build.sh index 5b8e0a8..7c3117b 100755 --- a/build.sh +++ b/build.sh @@ -119,6 +119,9 @@ elif [ "$cpu" == "mips64" ]; then ver3=$[$ver3 + 3] elif [ "$cpu" == "loongarch64" ]; then ver3=$[$ver3 + 4] +elif [ "$cpu" == "sw_64" ]; +then + ver3=$[$ver3 + 7] fi ver3=$[$ver3 * 100]