mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 06:01:33 -06:00
Fix missing libraries in cmake-mingw build
This commit is contained in:
@@ -3,7 +3,7 @@ if (("${CMAKE_BUILD_TYPE}" STREQUAL "Debug") OR ("${CMAKE_BUILD_TYPE}" STREQUAL
|
||||
endif ()
|
||||
|
||||
list(APPEND LibtorrentRasterbar_CUSTOM_DEFINITIONS
|
||||
-D__USE_W32_SOCKETS
|
||||
-D_FILE_OFFSET_BITS=64)
|
||||
-D_FILE_OFFSET_BITS=64
|
||||
-D__USE_W32_SOCKETS)
|
||||
|
||||
link_libraries(advapi32 shell32 user32 wsock32 ws2_32 powrprof)
|
||||
link_libraries(advapi32 iphlpapi ole32 powrprof shell32 user32 wsock32 ws2_32)
|
||||
|
||||
Reference in New Issue
Block a user