Skip to content

Commit

Permalink
gamenetworkingsockets: add iphlpapi dep
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Oct 24, 2023
1 parent 22fedd7 commit 59b37d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/gamenetworkingsockets/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def package_info(self):
if self.settings.os in ["Linux", "FreeBSD"]:
self.cpp_info.system_libs = ["pthread"]
elif self.settings.os == "Windows":
self.cpp_info.system_libs = ["ws2_32", "crypt32", "winmm"]
self.cpp_info.system_libs = ["ws2_32", "crypt32", "winmm", "iphlpapi"]
if self.options.encryption == "bcrypt":
self.cpp_info.system_libs += ["bcrypt"]

Expand Down

0 comments on commit 59b37d9

Please sign in to comment.