diff options
| author | Dan Engelbrecht <[email protected]> | 2026-04-09 10:34:30 +0200 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2026-04-09 10:34:30 +0200 |
| commit | 4598f710da2d0e387c53eb97d983ff520c211a8f (patch) | |
| tree | b731277ec552a5ad978e1caa104a082ce25ecf2b /xmake.lua | |
| parent | 5.8.3 (diff) | |
| download | zen-4598f710da2d0e387c53eb97d983ff520c211a8f.tar.xz zen-4598f710da2d0e387c53eb97d983ff520c211a8f.zip | |
migrate from http_parser to llhttp (#929)
Diffstat (limited to 'xmake.lua')
| -rw-r--r-- | xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}) |