Skip to content

Commit 05394d2

Browse files
bnoordhuisdanbev
authored andcommitted
build: fix ./configure --enable-d8
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 <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Gus Caplan <[email protected]>
1 parent d22ec11 commit 05394d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deps/v8/gypfiles/d8.gyp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
'include_dirs+': [
2424
'..',
2525
'<(DEPTH)',
26+
'<(SHARED_INTERMEDIATE_DIR)',
2627
],
2728
'sources': [
2829
'<(SHARED_INTERMEDIATE_DIR)/d8-js.cc',

0 commit comments

Comments
 (0)