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 /src/zenhttp | |
| 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 'src/zenhttp')
| -rw-r--r-- | src/zenhttp/xmake.lua | 2 |
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") |