Changed library name to lowercase to build properly with mingw on linux.

This commit is contained in:
Denis Kuzmenok
2021-04-15 15:41:30 +02:00
committed by Arvid Norberg
parent 850753e750
commit f06f73b43d

View File

@@ -594,7 +594,7 @@ target_link_libraries(torrent-rasterbar
if (WIN32)
target_link_libraries(torrent-rasterbar
PRIVATE
wsock32 ws2_32 Iphlpapi
wsock32 ws2_32 iphlpapi
debug dbghelp crypt32
)