diff options
| author | Stefan Boberg <[email protected]> | 2025-10-26 12:14:44 +0100 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2025-10-26 12:14:44 +0100 |
| commit | e1d2c34a48c4544c16bf21fc9048a66b4b0da9c9 (patch) | |
| tree | 497c4f61ec102978d1857463451f34a66cb146d1 /src/zenhttp | |
| parent | in-tree: zlib (zen-repo package) (diff) | |
| download | zen-e1d2c34a48c4544c16bf21fc9048a66b4b0da9c9.tar.xz zen-e1d2c34a48c4544c16bf21fc9048a66b4b0da9c9.zip | |
also fix up zlib dependencies
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 0109aa2f8..0f757921c 100644 --- a/src/zenhttp/xmake.lua +++ b/src/zenhttp/xmake.lua @@ -12,7 +12,7 @@ target('zenhttp') add_packages( "vcpkg::curl", -- required by cpr "vcpkg::openssl", -- required by curl - "vcpkg::zlib", -- required by curl + "zlib", -- required by curl "http_parser" ) add_options("httpsys") |