Explorar el Código

fix curl for macosx

ruki hace 4 años
padre
commit
e6aa6f050e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      packages/l/libcurl/xmake.lua

+ 1 - 0
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")