diff --git a/deps/v8/build/common.gypi b/deps/v8/build/common.gypi | |
index 9129d01..66cf4f1 100644 | |
--- a/deps/v8/build/common.gypi | |
+++ b/deps/v8/build/common.gypi | |
@@ -75,7 +75,7 @@ | |
# Chrome needs this definition unconditionally. For standalone V8 builds, | |
# it's handled in build/standalone.gypi. | |
- 'want_separate_host_toolset%': 1, | |
+ 'want_separate_host_toolset%': 0, | |
'v8_use_snapshot%': 'true', | |
'host_os%': '<(OS)', |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment