Index: src/d8.gyp |
diff --git a/src/d8.gyp b/src/d8.gyp |
index ec71ca2fcfd29bc1d94fd470f8c41c68d8515f61..bc1dedca0fe0bf6e5ba282d0d1e10dd3302f6ef1 100644 |
--- a/src/d8.gyp |
+++ b/src/d8.gyp |
@@ -49,11 +49,6 @@ |
'd8.cc', |
], |
'conditions': [ |
- [ 'want_separate_host_toolset==1', { |
- 'toolsets': ['host', 'target'], |
- }, { |
- 'toolsets': ['target'], |
- }], |
[ 'console=="readline"', { |
'libraries': [ '-lreadline', ], |
'sources': [ 'd8-readline.cc' ], |