diff options
Diffstat (limited to 'src/zenhttp/xmake.lua')
| -rw-r--r-- | src/zenhttp/xmake.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/zenhttp/xmake.lua b/src/zenhttp/xmake.lua index e90fdfd1c..b6ffbe467 100644 --- a/src/zenhttp/xmake.lua +++ b/src/zenhttp/xmake.lua @@ -9,13 +9,13 @@ target('zenhttp') add_includedirs("include", {public=true}) add_deps("zencore", "transport-sdk") add_packages( + "vcpkg::asio", "vcpkg::cpr", "vcpkg::curl", -- required by cpr "vcpkg::openssl", -- required by curl "vcpkg::zlib", -- required by curl "vcpkg::gsl-lite", - "vcpkg::http-parser", - "vcpkg::cpr" + "vcpkg::http-parser" ) add_options("httpsys") |