浏览代码

libcurl: Disable zstd on macOS

Jérôme Leclercq 4 年之前
父节点
当前提交
3fefa7d3d9
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/l/libcurl/xmake.lua

+ 1 - 0
packages/l/libcurl/xmake.lua

@@ -44,6 +44,7 @@ package("libcurl")
             table.insert(configs, "--without-libidn2")
             table.insert(configs, "--without-nghttp2")
             table.insert(configs, "--without-brotli")
+            table.insert(configs, "--without-zstd")
         end
         table.insert(configs, "--without-ca-bundle")
         table.insert(configs, "--without-ca-path")