Skip to content

Commit acccbfc

Browse files
authored
Log PDB file copying on Windows
Add print statement for PDB file copying process
1 parent 3fa0f31 commit acccbfc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

conanfile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ def package(self):
153153

154154
# Add the pdb files next to the libs for RelWithDebInfo linking
155155
if self.settings.os == "Windows":
156+
print("Copying PDBs...")
156157
pdb_dest = pathlib.Path(package_dir, "RelWithDebInfo", "pdb")
157158
pdb_dest.mkdir()
158159
pdb_files = pathlib.Path(self.build_folder).glob("*.pdb")

0 commit comments

Comments
 (0)