Open adaviding opened 6 years ago
The package does not have *.dbg files on Windows when built with build_type=Debug.
*.dbg
build_type=Debug
It seems like a self.copy statement inside the package method would fix the problem.
self.copy
package
I would submit a PR but I am having a problem building the package myself because of a problem building a transitive dependency.
I have the same issue but with pdb files, which causes linker error LNK4099
The package does not have
*.dbg
files on Windows when built withbuild_type=Debug
.It seems like a
self.copy
statement inside thepackage
method would fix the problem.I would submit a PR but I am having a problem building the package myself because of a problem building a transitive dependency.