From 01a86203141df4a61ae90e289f62c4daf31ee2ba Mon Sep 17 00:00:00 2001 From: weili Date: Thu, 28 Apr 2016 12:44:32 -0700 Subject: Make two compilation flags for Windows Clang build effective These two flags are not properly used. Change to the correct configuration to make them effective. Review-Url: https://codereview.chromium.org/1925143002 --- build_gyp/standalone.gypi | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'build_gyp/standalone.gypi') diff --git a/build_gyp/standalone.gypi b/build_gyp/standalone.gypi index 250c085e18..f7cad6622a 100644 --- a/build_gyp/standalone.gypi +++ b/build_gyp/standalone.gypi @@ -339,18 +339,14 @@ ], }], ['OS=="win" and clang==1 and MSVS_VERSION == "2013"', { - 'VCCLCompilerTool': { - 'AdditionalOptions': [ - '-fmsc-version=1800', - ], - }, + 'AdditionalOptions': [ + '-fmsc-version=1800', + ], }], ['OS=="win" and clang==1 and MSVS_VERSION == "2015"', { - 'VCCLCompilerTool': { - 'AdditionalOptions': [ - '-fmsc-version=1900', - ], - }, + 'AdditionalOptions': [ + '-fmsc-version=1900', + ], }], ], }, -- cgit v1.2.3