2 parents 55d9c43 + 50c5ba6 commit ef8929cCopy full SHA for ef8929c
1 file changed
Makefile
@@ -59,6 +59,8 @@ detect_x86_arch = $(shell $(CC) -dumpmachine | grep -E 'i[3-6]86|x86_64')
59
ifneq ($(strip $(call detect_x86_arch)),)
60
#note: can be overridden at compile time, by setting DISPATCH=0
61
DISPATCH ?= 1
62
+else
63
+ DISPATCH = 0
64
endif
65
66
ifeq ($(NODE_JS),1)
0 commit comments