Index: Makefile |
diff --git a/Makefile b/Makefile |
index 63013746bcaae2dfb0205bd945b2e9141d65d665..be33ac1b30018734f8cd92d97a14b40531a44594 100644 |
--- a/Makefile |
+++ b/Makefile |
@@ -22,7 +22,7 @@ TEST_EXECUTABLE = build/out/Debug/tests |
android_arm |
all: |
- third_party/gyp/gyp --depth=. -f make -I common.gypi --generator-output=build -Dtarget_arch=$(ARCH) libadblockplus.gyp |
+ third_party/gyp/gyp --depth=. -f make -I common.gypi --generator-output=build -Dtarget_arch=$(ARCH) -Dhost_arch=$(shell python ./third_party/v8/build/detect_v8_host_arch.py) libadblockplus.gyp |
$(MAKE) -C build |
test: all |