Skip to content

Commit d548e63

Browse files
bnoordhuisjasnell
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 2789234 commit d548e63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: deps/v8/gypfiles/d8.gyp

+1
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)