Skip to content

Instantly share code, notes, and snippets.

@ry
Created December 19, 2011 21:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ry/1498995 to your computer and use it in GitHub Desktop.
Save ry/1498995 to your computer and use it in GitHub Desktop.
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