diff options
-rw-r--r-- | build/standalone.gypi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/standalone.gypi b/build/standalone.gypi index dd3e8e4fe3..6d1d3cb5c5 100644 --- a/build/standalone.gypi +++ b/build/standalone.gypi @@ -341,14 +341,14 @@ '-Wno-inconsistent-missing-override', ], }], - ['clang==1 and MSVS_VERSION == "2013"', { + ['OS=="win" and clang==1 and MSVS_VERSION == "2013"', { 'VCCLCompilerTool': { 'AdditionalOptions': [ '-fmsc-version=1800', ], }, }], - ['clang==1 and MSVS_VERSION == "2015"', { + ['OS=="win" and clang==1 and MSVS_VERSION == "2015"', { 'VCCLCompilerTool': { 'AdditionalOptions': [ '-fmsc-version=1900', |