diff options
| author | Stefan Boberg <[email protected]> | 2025-10-24 22:55:15 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2025-10-24 22:55:15 +0200 |
| commit | 4d4a6adc934bf9c14245d8eac231ff789a8e0e1e (patch) | |
| tree | 9a7e9e6c78d3a93f703091925de89859f2ee016f /src/zencore | |
| parent | suppress warning wrt utf8 literals (diff) | |
| download | zen-4d4a6adc934bf9c14245d8eac231ff789a8e0e1e.tar.xz zen-4d4a6adc934bf9c14245d8eac231ff789a8e0e1e.zip | |
xxhash via zen-repo
Diffstat (limited to 'src/zencore')
| -rw-r--r-- | src/zencore/xmake.lua | 2 |
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} ) |