Index: common.gypi |
=================================================================== |
--- a/common.gypi |
+++ b/common.gypi |
@@ -14,10 +14,19 @@ |
'-Wnon-virtual-dtor', '-pthread', '-fno-rtti', |
'-pedantic', |
# Ignore some warnings for googletest |
'-Wno-error=long-long', '-Wno-error=variadic-macros', |
'-Wno-error=missing-field-initializers' ], |
'ldflags': [ '-pthread', ], |
}, |
}], |
- ] |
+ ], |
+ |
+ 'target_defaults': { |
+ 'msvs_cygwin_shell': 0, |
+ 'conditions': [[ |
+ 'target_arch=="x64"', { |
+ 'msvs_configuration_platform': 'x64', |
+ } |
+ ]], |
+ } |
} |