Add pdb to package
This commit is contained in:
parent
55d9a22665
commit
b4ecf563c1
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue