Skip to content

Commit

Permalink
chore: update cpp-httplib to 0.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrBox committed May 4, 2024
1 parent 7363bf8 commit 3d5e3e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ add_requires(
"simpleini",
"sqlite3 3.43.0+200",
"toml++",
"openssl3", {configs={system=false}},
"cpp-httplib", {configs={ssl=true, zlib=true}}
"openssl3 3.0.7"
)
add_requires("cpp-httplib 0.15.3", {configs={ssl=true, zlib=true}})

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

0 comments on commit 3d5e3e2

Please sign in to comment.