Skip to content

Commit

Permalink
Update recipes/yomm2/all/conanfile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
franramirez688 committed May 13, 2024
1 parent b55f734 commit 7970be3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/yomm2/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,5 @@ def package_info(self):
self.cpp_info.libdirs = []
else: # shared-library
self.cpp_info.libs = ["yomm2"]
if self.settings.os in ["Linux", "FreeBSD"]:
self.cpp_info.system_libs.append("m")
if self.settings.os in ["Linux", "FreeBSD"]:
self.cpp_info.system_libs.append("m")

0 comments on commit 7970be3

Please sign in to comment.