aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake.lua')
-rw-r--r--xmake.lua3
1 files changed, 1 insertions, 2 deletions
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)