1
0
Fork 0

Merge pull request #2032 from servusoft/patch-13

Adding dependencies by no v8_use_snapshot
This commit is contained in:
Wilfried Goesgens 2016-09-02 09:53:19 +02:00 committed by GitHub
commit 9ed5c454c6
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,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_nosnapshot'],
'dependencies': ['v8_base', 'v8_nosnapshot', 'v8_libbase', 'v8_libplatform'],
}],
['v8_use_snapshot=="true" and v8_use_external_startup_data==0', {
# The dependency on v8_base should come from a transitive