| Index: build/standalone.gypi
|
| diff --git a/build/standalone.gypi b/build/standalone.gypi
|
| index dd3e8e4fe3245f4d7d1ea461df5aaac970af26fd..6d1d3cb5c5a977a3cee076310971ea18ad23ec43 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',
|
|
|