Skip to content

Commit

Permalink
Conan: Add kstat for Solaris
Browse files Browse the repository at this point in the history
  • Loading branch information
Croydon committed Jul 26, 2018
1 parent cc59b21 commit ea8cbc7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,5 @@ def package_info(self):
self.cpp_info.libs.extend(["pthread", "rt"])
elif self.settings.os == "Windows":
self.cpp_info.libs.append("shlwapi")
elif self.settings.os == "SunOS":
self.cpp.info.libs.append("kstat")

0 comments on commit ea8cbc7

Please sign in to comment.