From 92861537428ec6de093acffd8b139f0a625a0362 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Mon, 28 Aug 2023 16:57:00 +0200 Subject: [PATCH] fix: linxml build on macOS --- config/lib.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config/lib.json b/config/lib.json index 668e97d9..700066b2 100644 --- a/config/lib.json +++ b/config/lib.json @@ -279,17 +279,16 @@ "libxml2" ], "lib-depends": [ - "libiconv" + "libiconv", + "zlib" ], "lib-suggests": [ "xz", - "zlib", "icu" ], "lib-suggests-windows": [ "icu", "xz", - "zlib", "pthreads4w" ] },