Skip to content

Commit 72c318e

Browse files
bzoztargos
authored andcommitted
win: add v8_init to dependencies
Fixes: nodejs/node-v8#89
1 parent bb1da93 commit 72c318e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/v8/gypfiles/v8.gyp

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
# The dependency on v8_base should come from a transitive
195195
# dependency however the Android toolchain requires libv8_base.a
196196
# to appear before libv8_snapshot.a so it's listed explicitly.
197-
'dependencies': ['v8_base', 'v8_snapshot'],
197+
'dependencies': ['v8_base', 'v8_init', 'v8_snapshot'],
198198
}],
199199
['v8_use_snapshot=="true" and v8_use_external_startup_data==1 and want_separate_host_toolset==0', {
200200
'dependencies': ['v8_base', 'v8_external_snapshot'],

0 commit comments

Comments
 (0)