Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index cf83785a5fc816dc0839ea9fcf3669e29ddbfa7a..8bf8411a1c17f5e7cd3ae17753a44d551a9dffce 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 != "2013"', { |
'msvs_settings': { |
'VCLinkerTool': { |
# /PROFILE is incompatible with /debug:fastlink |