aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2025-10-25 14:51:32 +0200
committerStefan Boberg <[email protected]>2025-10-25 14:51:32 +0200
commitdac2af8a53d3cc21037bd0edb38c1a77b1b63573 (patch)
tree3831716ac4155ddee58e477d12bcf17459993100 /xmake.lua
parentin-tree: fmt v12.0.0 (diff)
downloadzen-dac2af8a53d3cc21037bd0edb38c1a77b1b63573.tar.xz
zen-dac2af8a53d3cc21037bd0edb38c1a77b1b63573.zip
in-tree: lz4 (in-tree xrepo)
Diffstat (limited to 'xmake.lua')
-rw-r--r--xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake.lua b/xmake.lua
index 9542f5616..5b1ab8b87 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -5,6 +5,7 @@ set_configvar("ZEN_SCHEMA_VERSION", 5) -- force state wipe after 0.2.31 causing
add_repositories("zen-repo repo")
add_requires("xxhash 0.8.2", {system = false})
+add_requires("lz4")
add_requires(
"vcpkg::curl",
@@ -12,7 +13,6 @@ add_requires(
"vcpkg::gsl-lite",
"vcpkg::http-parser",
"vcpkg::lua",
- "vcpkg::lz4",
"vcpkg::ryml",
"vcpkg::c4core",
"vcpkg::zlib"