mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 06:01:33 -06:00
Fix link on mingw cross-compilation
Library names are all lower-case. PR #23472.
This commit is contained in:
@@ -247,7 +247,7 @@ if (CMAKE_SYSTEM_NAME STREQUAL "Darwin")
|
||||
${IOKit_LIBRARY}
|
||||
)
|
||||
elseif (CMAKE_SYSTEM_NAME STREQUAL "Windows")
|
||||
target_link_libraries(qbt_base PRIVATE Iphlpapi PowrProf)
|
||||
target_link_libraries(qbt_base PRIVATE iphlpapi powrprof)
|
||||
endif()
|
||||
|
||||
if (NOT GUI)
|
||||
|
||||
Reference in New Issue
Block a user