We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe4b9b1 + a233f97 commit 1cb2281Copy full SHA for 1cb2281
Makefile
@@ -39,6 +39,8 @@ else ifeq ($(shell echo $(LOCAL_ARCH) | head -c 5),armv8)
39
TARGET_ARCH ?= arm64
40
else ifeq ($(LOCAL_ARCH),aarch64)
41
42
+else ifeq ($(LOCAL_ARCH),arm64)
43
+ TARGET_ARCH ?= arm64
44
else ifeq ($(shell echo $(LOCAL_ARCH) | head -c 4),armv)
45
TARGET_ARCH ?= arm
46
else
0 commit comments