We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e11acc5 commit 60225c1Copy full SHA for 60225c1
Makefile
@@ -842,6 +842,7 @@ endif
842
endif
843
844
845
+endif
846
ifeq ($(DESTCPU),x64)
847
ARCH=x64
848
else
@@ -871,7 +872,6 @@ endif
871
872
873
874
-endif
875
876
# node and v8 use different arch names (e.g. node 'x86' vs v8 'ia32').
877
# pass the proper v8 arch name to $V8_ARCH based on user-specified $DESTCPU.
0 commit comments