Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 07a420b950fa4df2fe0cf7915b5ae39da6894b61..de97161f1e809ae6e4a83666ce4c51d89de1e2cf 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -4669,6 +4669,9 @@ |
| 'AdditionalOptions': [ |
| '/fallback', |
| + # The Clang build expects to fall back to VS 2013. |
| + '-fmsc-version=1800', |
|
Reid Kleckner
2014/02/11 19:32:12
Does gyp know the version of MSVC that's being use
scottmg
2014/02/11 20:09:07
Yes, it's always set. GYP_MSVS_VERSION will be one
|
| + |
| # Many files use intrinsics without including this header. |
| # TODO(hans): Fix those files, or move this to sub-GYPs. |
| '/FIIntrin.h', |