diff options
-rw-r--r-- | build/common.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi index 7be2234..91d103b 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -1027,7 +1027,7 @@ ], }, }], - ['msvs_use_common_linker_extras', { + ['OS=="win" and msvs_use_common_linker_extras', { 'target_defaults': { 'msvs_settings': { 'VCLinkerTool': { |