Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index cf83785a5fc816dc0839ea9fcf3669e29ddbfa7a..81eb9b970fdfa908528d764370a636fb9597ae25 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -3268,7 +3268,7 @@ |
| }, |
| }, |
| 'conditions': [ |
| - ['OS=="win" and win_fastlink==1', { |
| + ['OS=="win" and win_fastlink==1 and MSVS_VERSION == "2015"', { |
| 'msvs_settings': { |
| 'VCLinkerTool': { |
| # /PROFILE is incompatible with /debug:fastlink |