aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2025-10-25 15:04:05 +0200
committerStefan Boberg <[email protected]>2025-10-25 15:04:05 +0200
commit86dd6f3911d8e8f39ac18fdf94a50df48f072b91 (patch)
treee996dc8bfa381189343d8c75700f938858898be1 /src/zenhttp
parentin-tree: lua (in-tree xrepo) (diff)
downloadzen-86dd6f3911d8e8f39ac18fdf94a50df48f072b91.tar.xz
zen-86dd6f3911d8e8f39ac18fdf94a50df48f072b91.zip
in-tree: http-parser (in-tree xrepo package)
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 7b49bace1..d89345dac 100644
--- a/src/zenhttp/xmake.lua
+++ b/src/zenhttp/xmake.lua
@@ -13,7 +13,7 @@ target('zenhttp')
"vcpkg::openssl", -- required by curl
"vcpkg::zlib", -- required by curl
"vcpkg::gsl-lite",
- "vcpkg::http-parser"
+ "http_parser"
)
add_options("httpsys")