Skip to content

Commit

Permalink
remove pdb files
Browse files Browse the repository at this point in the history
  • Loading branch information
ericLemanissier committed Nov 18, 2020
1 parent 6e4f3ae commit 7cf5a84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/pango/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def package(self):
self.output.info("rename %s into %s" % (filename_old, filename_new))
shutil.move(filename_old, filename_new)
tools.rmdir(os.path.join(self.package_folder, "lib", "pkgconfig"))
tools.remove_files_by_mask(self.package_folder, "*.pdb")

def package_info(self):
self.cpp_info.components['pango_'].libs = ['pango-1.0']
Expand Down

0 comments on commit 7cf5a84

Please sign in to comment.