We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb1da93 commit 72c318eCopy full SHA for 72c318e
deps/v8/gypfiles/v8.gyp
@@ -194,7 +194,7 @@
194
# The dependency on v8_base should come from a transitive
195
# dependency however the Android toolchain requires libv8_base.a
196
# to appear before libv8_snapshot.a so it's listed explicitly.
197
- 'dependencies': ['v8_base', 'v8_snapshot'],
+ 'dependencies': ['v8_base', 'v8_init', 'v8_snapshot'],
198
}],
199
['v8_use_snapshot=="true" and v8_use_external_startup_data==1 and want_separate_host_toolset==0', {
200
'dependencies': ['v8_base', 'v8_external_snapshot'],
0 commit comments