fix: curl dependency on openssl

This commit is contained in:
Kévin Dunglas 2023-08-30 16:56:11 +02:00 committed by Jerry Ma
parent 9286153742
commit dc28ce0899

View File

@ -42,14 +42,14 @@
"curl" "curl"
], ],
"lib-depends-unix": [ "lib-depends-unix": [
"openssl",
"zlib" "zlib"
], ],
"lib-suggests": [ "lib-suggests": [
"libssh2", "libssh2",
"brotli", "brotli",
"nghttp2", "nghttp2",
"zstd", "zstd"
"openssl"
], ],
"lib-suggests-windows": [ "lib-suggests-windows": [
"zlib", "zlib",