aboutsummaryrefslogtreecommitdiff
path: root/src/zencore
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2025-10-24 22:55:15 +0200
committerStefan Boberg <[email protected]>2025-10-24 22:55:15 +0200
commit4d4a6adc934bf9c14245d8eac231ff789a8e0e1e (patch)
tree9a7e9e6c78d3a93f703091925de89859f2ee016f /src/zencore
parentsuppress warning wrt utf8 literals (diff)
downloadzen-4d4a6adc934bf9c14245d8eac231ff789a8e0e1e.tar.xz
zen-4d4a6adc934bf9c14245d8eac231ff789a8e0e1e.zip
xxhash via zen-repo
Diffstat (limited to 'src/zencore')
-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 d5d0c66c0..a95473340 100644
--- a/src/zencore/xmake.lua
+++ b/src/zencore/xmake.lua
@@ -45,7 +45,7 @@ target('zencore')
"vcpkg::fmt",
"vcpkg::gsl-lite",
"vcpkg::lz4",
- "vcpkg::xxhash",
+ "xxhash",
{public=true}
)