You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Makefile
+17-7Lines changed: 17 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ else ifeq ($(PLATFORM),macos)
86
86
STRIP = strip -x -S $@
87
87
else ifeq ($(PLATFORM),android)
88
88
ifndef ARCH # Set ARCH to find Android NDK's Clang compiler, the user should set the ARCH
89
-
$(error "Android ARCH must be set to ARCH=x86_64 or ARCH=arm64-v8a")
89
+
$(error "Android ARCH must be set to ARCH=x86_64, ARCH=arm64-v8a, or ARCH=armeabi-v7a")
90
90
endif
91
91
ifndef ANDROID_NDK # Set ANDROID_NDK path to find android build tools; e.g. on MacOS: export ANDROID_NDK=/Users/username/Library/Android/sdk/ndk/25.2.9519653
0 commit comments