diff options
| author | Stefan Boberg <[email protected]> | 2023-11-08 09:42:45 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-11-08 09:42:45 +0100 |
| commit | fb38d428d144ef091ed0086051a52a82ebee533b (patch) | |
| tree | 50312078e7e468713e0f9ad8bfb4408a52868b92 /xmake.lua | |
| parent | Don't put cache entries into the memory cache on Put, only on Get (#518) (diff) | |
| download | zen-fb38d428d144ef091ed0086051a52a82ebee533b.tar.xz zen-fb38d428d144ef091ed0086051a52a82ebee533b.zip | |
removed zstd references (#521)
Diffstat (limited to 'xmake.lua')
| -rw-r--r-- | xmake.lua | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -19,8 +19,7 @@ add_requires( "vcpkg::sol2", "vcpkg::spdlog", "vcpkg::xxhash", - "vcpkg::zlib", - "vcpkg::zstd" + "vcpkg::zlib" ) set_policy("build.ccache", false) |