aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/zen/xmake.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/zen/xmake.lua b/src/zen/xmake.lua
index fef48e7bc..b8eb23839 100644
--- a/src/zen/xmake.lua
+++ b/src/zen/xmake.lua
@@ -27,5 +27,4 @@ target("zen")
add_syslinks("bsm")
end
- add_packages("vcpkg::zstd")
- add_packages("vcpkg::cxxopts", "vcpkg::mimalloc")
+ add_packages("vcpkg::cxxopts", "vcpkg::mimalloc", "vcpkg::fmt")