Skip to content

Commit 92b22de

Browse files
committed
chore: downgrade cpp-httplib
1 parent 4374f3f commit 92b22de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xmake.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ add_requires(
1515
"nlohmann_json",
1616
"simpleini",
1717
"sqlite3 3.43.0+200",
18-
"toml++",
19-
"openssl3 3.0.7"
18+
"toml++"
2019
)
21-
add_requires("cpp-httplib 0.15.3", {configs={ssl=true, zlib=true}})
20+
add_requires("openssl 1.1.1-w", {configs = {shared = false}})
21+
add_requires("cpp-httplib 0.14.3", {configs = {ssl = true}})
2222

2323
if is_config("backend", "lua") then
2424
add_requires("scriptx main", {configs={backend="Lua"}})

0 commit comments

Comments
 (0)