From e6aa6f050e55fb751a087c6f2d074b4283102715 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 5 Nov 2020 22:45:06 +0800 Subject: [PATCH] fix curl for macosx --- packages/l/libcurl/xmake.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/l/libcurl/xmake.lua b/packages/l/libcurl/xmake.lua index d68482588..18e2a4e2f 100644 --- a/packages/l/libcurl/xmake.lua +++ b/packages/l/libcurl/xmake.lua @@ -41,6 +41,7 @@ package("libcurl") table.insert(configs, "--with-darwinssl") table.insert(configs, "--without-libidn2") table.insert(configs, "--without-nghttp2") + table.insert(configs, "--without-brotli") end table.insert(configs, "--without-ca-bundle") table.insert(configs, "--without-ca-path")