Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Jan 19, 2023
1 parent 6173b96 commit 5445bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ macro(libpowerloader_create_target target_name linkage deps_linkage output_name)
${POWERLOADER_FORCE_DYNAMIC_LIBS}
)
elseif (WIN32)
find_library(CURL_LIBRARY NAME libcurl)
find_library(CURL_LIBRARY NAME libcurl_a)
find_library(CRYPTO_LIBRARY NAMES libcrypto)
find_library(ZSTD_LIBRARY NAME zstd_static)
find_library(ZCHUNK_LIBRARY NAMES libzck)
Expand Down

0 comments on commit 5445bcd

Please sign in to comment.