Add pdb to package
This commit is contained in:
parent
55d9a22665
commit
b4ecf563c1
|
|
@ -86,7 +86,7 @@ ACTION.Function = function ()
|
||||||
local exeFilterFunc
|
local exeFilterFunc
|
||||||
if (os.is("windows")) then
|
if (os.is("windows")) then
|
||||||
binFileMasks = {"**.dll"}
|
binFileMasks = {"**.dll"}
|
||||||
libFileMasks = {"**.lib", "**.a"}
|
libFileMasks = {"**.lib", "**.a", "**.pdb"}
|
||||||
exeFileExt = ".exe"
|
exeFileExt = ".exe"
|
||||||
exeFilterFunc = function (filePath) return true end
|
exeFilterFunc = function (filePath) return true end
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue