disable nghttp2 for libcurl

pull/101/head^2
ruki 4 years ago
parent c021fd0a21
commit 68be0a7930
No known key found for this signature in database
GPG Key ID: 809EF06AD42725BD
  1. 1
      packages/l/libcurl/xmake.lua

@ -40,6 +40,7 @@ package("libcurl")
if is_plat("macosx") then
table.insert(configs, "--with-darwinssl")
table.insert(configs, "--without-libidn2")
table.insert(configs, "--without-nghttp2")
end
table.insert(configs, "--without-ca-bundle")
table.insert(configs, "--without-ca-path")

Loading…
Cancel
Save