diff options
| author | Stefan Boberg <[email protected]> | 2025-10-25 14:51:32 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2025-10-25 14:51:32 +0200 |
| commit | dac2af8a53d3cc21037bd0edb38c1a77b1b63573 (patch) | |
| tree | 3831716ac4155ddee58e477d12bcf17459993100 /xmake.lua | |
| parent | in-tree: fmt v12.0.0 (diff) | |
| download | zen-dac2af8a53d3cc21037bd0edb38c1a77b1b63573.tar.xz zen-dac2af8a53d3cc21037bd0edb38c1a77b1b63573.zip | |
in-tree: lz4 (in-tree xrepo)
Diffstat (limited to 'xmake.lua')
| -rw-r--r-- | xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |