Skip to content

Commit

Permalink
package license
Browse files Browse the repository at this point in the history
  • Loading branch information
memsharded committed Jun 14, 2024
1 parent a9e36b4 commit 0968e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/crashpad/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def lib_filename(name):
os.path.join(self.source_folder, "out", "Default", "obj", "handler", lib_filename("handler_common")))

def package(self):
copy(self, "LICENSE", src=self.source_folder, dst="licenses")
copy(self, "LICENSE", src=self.source_folder, dst=os.path.join(self.package_folder, "licenses"))

copy(self, "*.h", src=os.path.join(self.source_folder, "client"), dst=os.path.join(self.package_folder, "include", "client"))
copy(self, "*.h", src=os.path.join(self.source_folder, "util"), dst=os.path.join(self.package_folder, "include", "util"))
Expand Down

0 comments on commit 0968e42

Please sign in to comment.