Index: build/toolchain.gypi |
diff --git a/build/toolchain.gypi b/build/toolchain.gypi |
index 9650792e12529826734122054b1bc8668fdabeeb..d372259db3a03607b78530b37d5a14f3f9bc1247 100644 |
--- a/build/toolchain.gypi |
+++ b/build/toolchain.gypi |
@@ -460,6 +460,8 @@ |
'IntermediateDirectory': '$(OutDir)\\obj\\$(ProjectName)', |
'CharacterSet': '1', |
}, |
+ }], |
+ ['OS=="win" and target_arch=="ia32"', { |
Jakob Kummerow
2014/07/31 16:52:43
better use v8_target_arch. It shouldn't make a dif
|
'msvs_settings': { |
'VCCLCompilerTool': { |
# Ensure no surprising artifacts from 80bit double math with x86. |