Преглед изворни кода

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")