Skip to content

Commit

Permalink
Add qrcodegenc to package_info
Browse files Browse the repository at this point in the history
  • Loading branch information
datalogics-staylor committed May 20, 2024
1 parent 400c846 commit 0560657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/qr-code-generator/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def package(self):

def package_info(self):
self.cpp_info.libs = [
"qrcodegen" if Version(self.version) < "1.7.0" else "qrcodegencpp"
"qrcodegen" if Version(self.version) < "1.7.0" else "qrcodegencpp", "qrcodegenc"
]
if self.settings.os in ["Linux", "FreeBSD"]:
self.cpp_info.system_libs.append("m")

0 comments on commit 0560657

Please sign in to comment.