VStudio: Fix symbolspath not generated for FastLink and Full

This commit is contained in:
tdesveaux 2018-04-02 19:45:51 +02:00
parent be01050638
commit 9ecde94dd2

View File

@ -2177,7 +2177,7 @@
function m.programDatabaseFile(cfg)
if cfg.symbolspath and cfg.symbols == p.ON and cfg.debugformat ~= "c7" then
if cfg.symbolspath and cfg.symbols ~= p.OFF and cfg.debugformat ~= "c7" then
m.element("ProgramDatabaseFile", nil, p.project.getrelative(cfg.project, cfg.symbolspath))
end
end