| Index: pylib/gyp/msvs_emulation.py
|
| diff --git a/pylib/gyp/msvs_emulation.py b/pylib/gyp/msvs_emulation.py
|
| index a9f65a128c500008ad5f59711eff81f140a6201b..92ea86b7a5bcb372c422a607a1959465e8d216fe 100644
|
| --- a/pylib/gyp/msvs_emulation.py
|
| +++ b/pylib/gyp/msvs_emulation.py
|
| @@ -645,7 +645,8 @@ class MsvsSettings(object):
|
| def IsEmbedManifest(self, config):
|
| """Returns whether manifest should be linked into binary."""
|
| config = self._TargetConfig(config)
|
| - embed = self._Setting(('VCManifestTool', 'EmbedManifest'), config)
|
| + embed = self._Setting(('VCManifestTool', 'EmbedManifest'), config,
|
| + default='true')
|
| return embed == 'true'
|
|
|
| def IsLinkIncremental(self, config):
|
|
|