Add pdb to package

This commit is contained in:
Jérôme Leclercq 2017-02-27 16:29:24 +01:00
parent 55d9a22665
commit b4ecf563c1
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ ACTION.Function = function ()
local exeFilterFunc
if (os.is("windows")) then
binFileMasks = {"**.dll"}
libFileMasks = {"**.lib", "**.a"}
libFileMasks = {"**.lib", "**.a", "**.pdb"}
exeFileExt = ".exe"
exeFilterFunc = function (filePath) return true end
else