diff --git a/src/actions/vstudio/vs2010_vcxproj.lua b/src/actions/vstudio/vs2010_vcxproj.lua index 6bacbf8c..4650c927 100644 --- a/src/actions/vstudio/vs2010_vcxproj.lua +++ b/src/actions/vstudio/vs2010_vcxproj.lua @@ -1552,7 +1552,7 @@ function m.programDataBaseFileName(cfg) - if cfg.debugformat ~= "c7" and cfg.flags.Symbols then + if cfg.debugformat ~= "c7" and cfg.flags.Symbols then p.w('$(OutDir)$(TargetName).pdb') end -- end if end