aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
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 /xmake.lua
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 'xmake.lua')
-rw-r--r--xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake.lua b/xmake.lua
index ffe4dbc1c..a692c609d 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -7,12 +7,12 @@ add_repositories("zen-repo repo")
add_requires("xxhash 0.8.2", {system = false})
add_requires("lz4", {system = false})
add_requires("lua", {system = false})
+add_requires("http_parser", {system = false})
add_requires(
"vcpkg::curl",
"vcpkg::eastl",
"vcpkg::gsl-lite",
- "vcpkg::http-parser",
"vcpkg::ryml",
"vcpkg::c4core",
"vcpkg::zlib"