Fixed stupid bug affecting X86_64 architecture detection

merge-requests/23/head
Gia90 6 years ago
parent 8ba5d5adca
commit 7a83d4f646

@ -384,7 +384,7 @@ detect_arch () {
[ "$ABI" = "x86" ] && ARCH=x86
[ "$ABI2" = "x86" ] && ARCH=x86
[ "$ABILONG" = "arm64-v8a" ] && ARCH=arm64
[ "$ABILONG" = "x86_64" ] && ARCH=x64
[ "$ABILONG" = "x86_64" ] && ARCH=x86_64
case ${ARCH} in
arm ) BIN_ARCH="arm"

Loading…
Cancel
Save