Skip to content

Commit

Permalink
build: fix ./configure --enable-d8
Browse files Browse the repository at this point in the history
Add SHARED_INTERMEDIATE_DIR to the include path because that is where
Torque-generated files live. d8.cc includes files from deps/v8/src
that depend on those generated files.

PR-URL: #23656
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Gus Caplan <me@gus.host>
  • Loading branch information
bnoordhuis authored and jasnell committed Oct 21, 2018
1 parent 2789234 commit d548e63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deps/v8/gypfiles/d8.gyp
Expand Up @@ -23,6 +23,7 @@
'include_dirs+': [
'..',
'<(DEPTH)',
'<(SHARED_INTERMEDIATE_DIR)',
],
'sources': [
'<(SHARED_INTERMEDIATE_DIR)/d8-js.cc',
Expand Down

0 comments on commit d548e63

Please sign in to comment.