diff options
| author | Stefan Boberg <[email protected]> | 2025-10-25 15:04:05 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2025-10-25 15:04:05 +0200 |
| commit | 86dd6f3911d8e8f39ac18fdf94a50df48f072b91 (patch) | |
| tree | e996dc8bfa381189343d8c75700f938858898be1 /xmake.lua | |
| parent | in-tree: lua (in-tree xrepo) (diff) | |
| download | zen-86dd6f3911d8e8f39ac18fdf94a50df48f072b91.tar.xz zen-86dd6f3911d8e8f39ac18fdf94a50df48f072b91.zip | |
in-tree: http-parser (in-tree xrepo package)
Diffstat (limited to 'xmake.lua')
| -rw-r--r-- | xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |