aboutsummaryrefslogtreecommitdiff
path: root/zenserver
diff options
context:
space:
mode:
Diffstat (limited to 'zenserver')
-rw-r--r--zenserver/xmake.lua6
1 files changed, 2 insertions, 4 deletions
diff --git a/zenserver/xmake.lua b/zenserver/xmake.lua
index 339afbfe5..684b386db 100644
--- a/zenserver/xmake.lua
+++ b/zenserver/xmake.lua
@@ -27,10 +27,8 @@ target("zenserver")
"vcpkg::lua",
"vcpkg::asio",
"vcpkg::json11",
+ "vcpkg::cxxopts",
"vcpkg::http-parser",
+ "vcpkg::mimalloc",
"vcpkg::rocksdb"
)
-
- add_packages(
- "vcpkg::cxxopts",
- "vcpkg::mimalloc")