diff options
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") |