summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2017-10-02 13:23:47 -0700
committerMyles Borins <myles.borins@gmail.com>2017-10-25 04:25:41 -0400
commite064ae62e440b4a45d20e13388398f9086039d62 (patch)
treebd8bee01811ba4ecb7908b29899be9ac66edcb29
parentb259fd3bd566370bfe917521f28df324f63ef553 (diff)
downloadnode-new-e064ae62e440b4a45d20e13388398f9086039d62.tar.gz
build: fix make test-v8
PR-URL: https://github.com/nodejs/node/pull/15562 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Steven R Loomis <srloomis@us.ibm.com>
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5b67f92076..4cbc8b1dc5 100644
--- a/Makefile
+++ b/Makefile
@@ -110,6 +110,7 @@ check: test
cctest: all
@out/$(BUILDTYPE)/$@
+v8: export GYPFLAGS += -Dclang=0
v8:
tools/make-v8.sh
$(MAKE) -C deps/v8 $(V8_ARCH).$(BUILDTYPE_LOWER) $(V8_BUILD_OPTIONS)