Skip to content

Commit

Permalink
mysql-connector-cpp: add dl to system_libs
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Sep 9, 2024
1 parent ed0bb9d commit 3b0ea6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/mysql-connector-cpp/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,4 +165,4 @@ def package_info(self):
if is_apple_os(self) or self.settings.os in ["Linux", "FreeBSD"]:
self.cpp_info.system_libs.extend(["resolv"])
if self.settings.os in ["Linux", "FreeBSD"]:
self.cpp_info.system_libs.extend(["m", "pthread"])
self.cpp_info.system_libs.extend(["m", "pthread", "dl"])

0 comments on commit 3b0ea6b

Please sign in to comment.