Skip to content

Commit 3cbc14b

Browse files
Merge pull request #2461 from NishiOwO/fix-vs2008
Fix vs200x_vcproj to properly handle NoManifest
2 parents bbec090 + 25ddb7e commit 3cbc14b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/vstudio/vs200x_vcproj.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1149,7 +1149,7 @@
11491149

11501150

11511151
function m.generateManifest(cfg, toolset)
1152-
if cfg.flags.NoManifest or toolset then
1152+
if cfg.flags.NoManifest then
11531153
p.w('GenerateManifest="false"')
11541154
end
11551155
end

0 commit comments

Comments
 (0)