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 exeFileExt
|
||||||
local exeFilterFunc
|
local exeFilterFunc
|
||||||
if (os.is("windows")) then
|
if (os.is("windows")) then
|
||||||
binFileMasks = {"**.dll"}
|
binFileMasks = {"**.dll", "**.pdb"}
|
||||||
libFileMasks = {"**.lib", "**.a", "**.pdb"}
|
libFileMasks = {"**.lib", "**.a"}
|
||||||
exeFileExt = ".exe"
|
exeFileExt = ".exe"
|
||||||
exeFilterFunc = function (filePath) return true end
|
exeFilterFunc = function (filePath) return true end
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue