aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/zen/xmake.lua3
-rw-r--r--xmake.lua3
2 files changed, 2 insertions, 4 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")
diff --git a/xmake.lua b/xmake.lua
index c9a7a4c0b..9a5dc0ffa 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -19,8 +19,7 @@ add_requires(
"vcpkg::sol2",
"vcpkg::spdlog",
"vcpkg::xxhash",
- "vcpkg::zlib",
- "vcpkg::zstd"
+ "vcpkg::zlib"
)
set_policy("build.ccache", false)