aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2025-10-26 12:14:44 +0100
committerStefan Boberg <[email protected]>2025-10-26 12:14:44 +0100
commite1d2c34a48c4544c16bf21fc9048a66b4b0da9c9 (patch)
tree497c4f61ec102978d1857463451f34a66cb146d1 /src/zenhttp
parentin-tree: zlib (zen-repo package) (diff)
downloadzen-e1d2c34a48c4544c16bf21fc9048a66b4b0da9c9.tar.xz
zen-e1d2c34a48c4544c16bf21fc9048a66b4b0da9c9.zip
also fix up zlib dependencies
Diffstat (limited to 'src/zenhttp')
-rw-r--r--src/zenhttp/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenhttp/xmake.lua b/src/zenhttp/xmake.lua
index 0109aa2f8..0f757921c 100644
--- a/src/zenhttp/xmake.lua
+++ b/src/zenhttp/xmake.lua
@@ -12,7 +12,7 @@ target('zenhttp')
add_packages(
"vcpkg::curl", -- required by cpr
"vcpkg::openssl", -- required by curl
- "vcpkg::zlib", -- required by curl
+ "zlib", -- required by curl
"http_parser"
)
add_options("httpsys")