Index: src/d8.gyp |
diff --git a/src/d8.gyp b/src/d8.gyp |
index f328616238e8f2755a4b58f9a1466cea0a7174d3..e60b01f8c847145c9c8c4d4875eb654151dace60 100644 |
--- a/src/d8.gyp |
+++ b/src/d8.gyp |
@@ -31,7 +31,6 @@ |
# Enable support for Intel VTune. Supported on ia32/x64 only |
'v8_enable_vtunejit%': 0, |
'v8_enable_i18n_support%': 1, |
- 'v8_toolset_for_d8%': 'target', |
}, |
'includes': ['../gypfiles/toolchain.gypi', '../gypfiles/features.gypi'], |
'targets': [ |
@@ -52,7 +51,7 @@ |
], |
'conditions': [ |
[ 'want_separate_host_toolset==1', { |
- 'toolsets': [ '<(v8_toolset_for_d8)', ], |
+ 'toolsets': [ 'target', ], |
}], |
['(OS=="linux" or OS=="mac" or OS=="freebsd" or OS=="netbsd" \ |
or OS=="openbsd" or OS=="solaris" or OS=="android" \ |
@@ -141,7 +140,7 @@ |
}, |
], |
'conditions': [ |
- ['test_isolation_mode != "noop" and v8_toolset_for_d8 == "target"', { |
+ ['test_isolation_mode != "noop"', { |
'targets': [ |
{ |
'target_name': 'd8_run', |