We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fa0f31 commit acccbfcCopy full SHA for acccbfc
conanfile.py
@@ -153,6 +153,7 @@ def package(self):
153
154
# Add the pdb files next to the libs for RelWithDebInfo linking
155
if self.settings.os == "Windows":
156
+ print("Copying PDBs...")
157
pdb_dest = pathlib.Path(package_dir, "RelWithDebInfo", "pdb")
158
pdb_dest.mkdir()
159
pdb_files = pathlib.Path(self.build_folder).glob("*.pdb")
0 commit comments