Index: tools/gyp/v8.gyp |
diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp |
index 2a8aa429bbd0385d3d5a94290d77bb07feaca9ed..e3b7acb906178ab9eb8d8ee72b15cd3317c96a38 100644 |
--- a/tools/gyp/v8.gyp |
+++ b/tools/gyp/v8.gyp |
@@ -55,6 +55,7 @@ |
'v8_use_arm_eabi_hardfloat%': 'false', |
'v8_use_snapshot%': 'true', |
+ 'host_os%': '<(OS)', |
'v8_use_liveobjectlist%': 'false', |
}, |
'conditions': [ |
@@ -862,6 +863,7 @@ |
'type': 'executable', |
'toolsets': ['host'], |
'dependencies': [ |
+ 'v8_base', |
Mads Ager (chromium)
2011/05/23 15:26:26
I don't understand why this should be needed? v8_n
Søren Thygesen Gjesse
2011/05/24 13:20:42
Right, removed.
|
'v8_nosnapshot', |
], |
'include_dirs+': [ |