build.sh: recognize arm64 linux
parent
ec490587e7
commit
97d828a7f5
1
build.sh
1
build.sh
|
@ -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;;
|
||||||
|
|
Loading…
Reference in New Issue