Skip to content

Commit d9f4d1a

Browse files
ericLemanissierottmar-zittlau
authored andcommitted
dlib: remove nsl system lib (conan-io#28777)
conan-io#28774
1 parent 306b82f commit d9f4d1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/dlib/all/conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,6 @@ def package_info(self):
213213
# INFO: Unix systems use dlib as library name, but on Windows it includes settings, e.g dlib19.24.0_release_64bit_msvc1933.lib
214214
self.cpp_info.libs = collect_libs(self)
215215
if self.settings.os in ["Linux", "FreeBSD"]:
216-
self.cpp_info.system_libs = ["pthread", "nsl"]
216+
self.cpp_info.system_libs = ["pthread"]
217217
elif self.settings.os == "Windows":
218218
self.cpp_info.system_libs = ["ws2_32", "winmm", "comctl32", "gdi32", "imm32"]

0 commit comments

Comments
 (0)