diff options
Diffstat (limited to 'zencore')
| -rw-r--r-- | zencore/xmake.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zencore/xmake.lua b/zencore/xmake.lua index 313e41c74..d53a2758a 100644 --- a/zencore/xmake.lua +++ b/zencore/xmake.lua @@ -23,5 +23,6 @@ target('zencore') "vcpkg::cpr", "vcpkg::curl", -- required by cpr "vcpkg::zlib", -- required by curl + "vcpkg::openssl", -- required by curl "vcpkg::xxhash", "vcpkg::gsl-lite") |