Skip to content

Commit

Permalink
(#15429) glu: lowercase system libs
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceIm authored Jan 27, 2023
1 parent 0a81b80 commit 2e9ffec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/glu/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def package_info(self):
self.cpp_info.libdirs = []

if self.settings.os == "Windows":
self.cpp_info.system_libs = ["Glu32"]
self.cpp_info.system_libs = ["glu32"]
elif self.settings.os in ["Linux", "FreeBSD"]:
pkg_config = PkgConfig(self, 'glu')
pkg_config.fill_cpp_info(self.cpp_info, is_system=self.settings.os != "FreeBSD")

0 comments on commit 2e9ffec

Please sign in to comment.