diff options
Diffstat (limited to 'src/zenhttp')
| -rw-r--r-- | src/zenhttp/xmake.lua | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/zenhttp/xmake.lua b/src/zenhttp/xmake.lua index 0f757921c..434330501 100644 --- a/src/zenhttp/xmake.lua +++ b/src/zenhttp/xmake.lua @@ -10,9 +10,7 @@ target('zenhttp') add_deps("zencore", "zentelemetry", "transport-sdk", "asio", "cpr") add_deps("gsl-lite") add_packages( - "vcpkg::curl", -- required by cpr - "vcpkg::openssl", -- required by curl - "zlib", -- required by curl + "curl", -- required by cpr "http_parser" ) add_options("httpsys") |