Changed library name to lowercase to build properly with mingw on linux.
This commit is contained in:

committed by
Arvid Norberg

parent
850753e750
commit
f06f73b43d
@@ -594,7 +594,7 @@ target_link_libraries(torrent-rasterbar
|
|||||||
if (WIN32)
|
if (WIN32)
|
||||||
target_link_libraries(torrent-rasterbar
|
target_link_libraries(torrent-rasterbar
|
||||||
PRIVATE
|
PRIVATE
|
||||||
wsock32 ws2_32 Iphlpapi
|
wsock32 ws2_32 iphlpapi
|
||||||
debug dbghelp crypt32
|
debug dbghelp crypt32
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user