Skip to content

Commit

Permalink
build: fix make test-v8
Browse files Browse the repository at this point in the history
PR-URL: #15562
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Ben Noordhuis <[email protected]>
Reviewed-By: Steven R Loomis <[email protected]>
  • Loading branch information
bnoordhuis authored and MylesBorins committed Oct 25, 2017
1 parent b259fd3 commit e064ae6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e064ae6

Please sign in to comment.