aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
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 30f3d3411..b3232b820 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -208,7 +208,7 @@ set_policy("package.precompiled", false)
add_defines("gsl_FEATURE_GSL_COMPATIBILITY_MODE=1")
add_requires("gsl-lite", {system = false})
-add_requires("http_parser", {system = false})
+add_requires("llhttp", {system = false})
add_requires("json11", {system = false})
add_requires("lua", {system = false})
add_requires("lz4", {system = false})