Skip to content

Commit

Permalink
win: add v8_init to dependencies
Browse files Browse the repository at this point in the history
Fixes: nodejs#89
  • Loading branch information
bzoz committed Dec 11, 2018
1 parent 409741f commit e2e4ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/v8/gypfiles/v8.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
# The dependency on v8_base should come from a transitive
# dependency however the Android toolchain requires libv8_base.a
# to appear before libv8_snapshot.a so it's listed explicitly.
'dependencies': ['v8_base', 'v8_snapshot'],
'dependencies': ['v8_base', 'v8_init', 'v8_snapshot'],
}],
['v8_use_snapshot=="true" and v8_use_external_startup_data==1 and want_separate_host_toolset==0', {
'dependencies': ['v8_base', 'v8_external_snapshot'],
Expand Down

0 comments on commit e2e4ef7

Please sign in to comment.