aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2025-10-27 19:38:42 +0100
committerStefan Boberg <[email protected]>2025-10-27 19:38:42 +0100
commit0afe1e8c8a56d2f226f35d654b1002eaec18f908 (patch)
tree0aea9006e56245c9770934d600b5f239cadf46d2
parentadded patch for breakpad so it compiles with exceptions enabled (diff)
downloadzen-0afe1e8c8a56d2f226f35d654b1002eaec18f908.tar.xz
zen-0afe1e8c8a56d2f226f35d654b1002eaec18f908.zip
add back zlib since Linux needs it
-rw-r--r--xmake.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake.lua b/xmake.lua
index a67b84fc7..66f55c25a 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -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")