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 9c1cc1a commit 3fa0f31Copy full SHA for 3fa0f31
conanfile.py
@@ -152,7 +152,7 @@ def package(self):
152
self.copy(pattern="*", src=package_dir)
153
154
# Add the pdb files next to the libs for RelWithDebInfo linking
155
- if tools.os_info.is_windows:
+ if self.settings.os == "Windows":
156
pdb_dest = pathlib.Path(package_dir, "RelWithDebInfo", "pdb")
157
pdb_dest.mkdir()
158
pdb_files = pathlib.Path(self.build_folder).glob("*.pdb")
0 commit comments