build.sh: recognize arm64 linux

master
Doug Coleman 2020-08-27 16:47:14 -05:00
parent ec490587e7
commit 97d828a7f5
1 changed files with 1 additions and 0 deletions

View File

@ -301,6 +301,7 @@ find_architecture() {
ppc64) ARCH=ppc;; ppc64) ARCH=ppc;;
*86) ARCH=x86;; *86) ARCH=x86;;
*86_64) ARCH=x86;; *86_64) ARCH=x86;;
aarch64) ARCH=arm64;;
iPhone5*[3-9]) ARCH=arm64;; iPhone5*[3-9]) ARCH=arm64;;
iPhone[6-9]*) ARCH=arm64;; iPhone[6-9]*) ARCH=arm64;;
iPhone[1-9][0-9]*) ARCH=arm64;; iPhone[1-9][0-9]*) ARCH=arm64;;