diff options
| author | Stefan Boberg <[email protected]> | 2025-10-27 19:38:42 +0100 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2025-10-27 19:38:42 +0100 |
| commit | 0afe1e8c8a56d2f226f35d654b1002eaec18f908 (patch) | |
| tree | 0aea9006e56245c9770934d600b5f239cadf46d2 | |
| parent | added patch for breakpad so it compiles with exceptions enabled (diff) | |
| download | zen-0afe1e8c8a56d2f226f35d654b1002eaec18f908.tar.xz zen-0afe1e8c8a56d2f226f35d654b1002eaec18f908.zip | |
add back zlib since Linux needs it
| -rw-r--r-- | xmake.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,6 +30,7 @@ add_requires("lua", {system = false}) add_requires("http_parser", {system = false}) add_requires("mimalloc", {system = false}) add_requires("eastl", {system = false}) +add_requires("zlib", {system = false}) add_requires("libcurl", {system = false}) add_defines("EASTL_STD_ITERATOR_CATEGORY_ENABLED", "EASTL_DEPRECATIONS_FOR_2024_APRIL=EA_DISABLED") |