Skip to content

Commit abd46ee

Browse files
bnoordhuisMylesBorins
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 e856fa2 commit abd46ee

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
'../src/d8.h',

0 commit comments

Comments
 (0)