Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
win: add v8_init to dependencies
Fixes: #89
  • Loading branch information
bzoz authored and nodejs-ci committed Dec 21, 2018
commit 4f8f29b7085bb519e10df1e10a8791fed600bbe0
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