aboutsummaryrefslogtreecommitdiffstats
path: root/llvm.mk
diff options
context:
space:
mode:
Diffstat (limited to 'llvm.mk')
-rw-r--r--llvm.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm.mk b/llvm.mk
index d5fe841..10bf06c 100644
--- a/llvm.mk
+++ b/llvm.mk
@@ -1,5 +1,5 @@
# Only use this on the device or emulator.
-ifneq ($(TARGET_ARCH),arm)
+ifeq ($(TARGET_ARCH),arm)
ifeq ($(LLVM_ROOT_PATH),)
$(error Must set variable LLVM_ROOT_PATH before including this! $(LOCAL_PATH))