We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd1672b commit 0506ffdCopy full SHA for 0506ffd
xmake.lua
@@ -39,7 +39,7 @@ elseif is_config("backend", "nodejs") then
39
40
end
41
42
-add_requires("cpp-httplib 0.14.3", {configs = {ssl = true, zlib = true}})
+add_requires("cpp-httplib 0.18.7", {configs = {ssl = true, zlib = true}})
43
44
if not has_config("vs_runtime") then
45
set_runtimes("MD")
0 commit comments