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 d431030 commit 9c1cc1aCopy full SHA for 9c1cc1a
conanfile.py
@@ -153,7 +153,7 @@ def package(self):
153
154
# Add the pdb files next to the libs for RelWithDebInfo linking
155
if tools.os_info.is_windows:
156
- pdb_dest = pathlib.Path(package_dir, "RelWithDebInfo/pdb")
+ pdb_dest = pathlib.Path(package_dir, "RelWithDebInfo", "pdb")
157
pdb_dest.mkdir()
158
pdb_files = pathlib.Path(self.build_folder).glob("*.pdb")
159
for pfile in pdb_files:
0 commit comments