Build/Package: Copy .pdb in the bin directory
This commit is contained in:
parent
bb272c57f5
commit
eac2919551
|
|
@ -85,8 +85,8 @@ ACTION.Function = function ()
|
|||
local exeFileExt
|
||||
local exeFilterFunc
|
||||
if (os.is("windows")) then
|
||||
binFileMasks = {"**.dll"}
|
||||
libFileMasks = {"**.lib", "**.a", "**.pdb"}
|
||||
binFileMasks = {"**.dll", "**.pdb"}
|
||||
libFileMasks = {"**.lib", "**.a"}
|
||||
exeFileExt = ".exe"
|
||||
exeFilterFunc = function (filePath) return true end
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in New Issue