From dc28ce0899ce35c59fd16358ba2a55046b39538e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Wed, 30 Aug 2023 16:56:11 +0200 Subject: [PATCH] fix: curl dependency on openssl --- config/lib.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/lib.json b/config/lib.json index 700066b2..490450d5 100644 --- a/config/lib.json +++ b/config/lib.json @@ -42,14 +42,14 @@ "curl" ], "lib-depends-unix": [ + "openssl", "zlib" ], "lib-suggests": [ "libssh2", "brotli", "nghttp2", - "zstd", - "openssl" + "zstd" ], "lib-suggests-windows": [ "zlib",