Skip to content

Commit

Permalink
Update recipes/crowcpp-crow/all/conanfile.py
Browse files Browse the repository at this point in the history
Extending OS recognition to FreeBSD

Co-authored-by: Anonymous Maarten <[email protected]>
  • Loading branch information
madduci and madebr authored Jan 11, 2021
1 parent 29433a3 commit 0a8b5bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/crowcpp-crow/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ def package_id(self):
self.info.header_only()

def package_info(self):
if self.settings.os == "Linux":
if self.settings.os in ("FreeBSD", "Linux"):
self.cpp_info.system_libs = ["pthread"]

0 comments on commit 0a8b5bd

Please sign in to comment.