Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 5445bcd

Browse files
committed
..
1 parent 6173b96 commit 5445bcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ macro(libpowerloader_create_target target_name linkage deps_linkage output_name)
249249
${POWERLOADER_FORCE_DYNAMIC_LIBS}
250250
)
251251
elseif (WIN32)
252-
find_library(CURL_LIBRARY NAME libcurl)
252+
find_library(CURL_LIBRARY NAME libcurl_a)
253253
find_library(CRYPTO_LIBRARY NAMES libcrypto)
254254
find_library(ZSTD_LIBRARY NAME zstd_static)
255255
find_library(ZCHUNK_LIBRARY NAMES libzck)

0 commit comments

Comments
 (0)