Skip to content

Commit

Permalink
add pthread again
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceIm committed Dec 2, 2023
1 parent c595591 commit e0b5943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/log4cpp/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ def package_info(self):
self.cpp_info.set_property("pkg_config_name", "log4cpp")
self.cpp_info.libs = ["log4cpp"]
if self.settings.os in ["Linux", "FreeBSD"]:
self.cpp_info.system_libs.append("m")
self.cpp_info.system_libs.extend(["m", "pthread"])

0 comments on commit e0b5943

Please sign in to comment.