summaryrefslogtreecommitdiff
path: root/core/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'core/makefile')
-rw-r--r--core/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/makefile b/core/makefile
index 252fc852a..cf14faee7 100644
--- a/core/makefile
+++ b/core/makefile
@@ -170,6 +170,7 @@ ARCH :=$(if $(findstring android,$(PLAT)),armv7,$(ARCH))
ifeq ($(PLAT),linux)
ARCHSTR := $(shell uname -m)
ARCH := $(if $(findstring aarch64,$(ARCHSTR)),arm64,$(ARCH))
+ARCH := $(if $(findstring arm64,$(ARCHSTR)),arm64,$(ARCH))
ARCH := $(if $(findstring armv7,$(ARCHSTR)),armv7,$(ARCH))
ARCH := $(if $(findstring arm,$(ARCHSTR)),arm,$(ARCH))
endif