aboutsummaryrefslogtreecommitdiff
path: root/src
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 /src
parentin-tree: fmt v12.0.0 (diff)
downloadzen-dac2af8a53d3cc21037bd0edb38c1a77b1b63573.tar.xz
zen-dac2af8a53d3cc21037bd0edb38c1a77b1b63573.zip
in-tree: lz4 (in-tree xrepo)
Diffstat (limited to 'src')
-rw-r--r--src/zencore/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zencore/xmake.lua b/src/zencore/xmake.lua
index 83c13ec12..a79868333 100644
--- a/src/zencore/xmake.lua
+++ b/src/zencore/xmake.lua
@@ -44,7 +44,7 @@ target('zencore')
add_packages(
"vcpkg::eastl",
"vcpkg::gsl-lite",
- "vcpkg::lz4",
+ "lz4",
"xxhash",
{public=true}
)