We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c024b40 commit 524bb64Copy full SHA for 524bb64
node.gypi
@@ -83,6 +83,9 @@
83
}],
84
[ 'node_use_bundled_v8=="true"', {
85
'dependencies': [
86
+ # Added explicitly, instead of inheriting from the other deps, so that generated
87
+ # V8 headers are correctly generated in order.
88
+ 'tools/v8_gypfiles/v8.gyp:v8_base_without_compiler',
89
'tools/v8_gypfiles/v8.gyp:v8_snapshot',
90
'tools/v8_gypfiles/v8.gyp:v8_libplatform',
91
],
0 commit comments