From 9df2867175cf0d6d1c1603723b71f92ec74c70aa Mon Sep 17 00:00:00 2001 From: henderkes Date: Fri, 5 Sep 2025 15:52:07 +0700 Subject: [PATCH] just always require libxml2 until we rework sapis to require their own stuff --- config/lib.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/lib.json b/config/lib.json index 7d1ad213..aac3e156 100644 --- a/config/lib.json +++ b/config/lib.json @@ -17,6 +17,9 @@ "lib-suggests-unix": [ "brotli", "watcher" + ], + "lib-depends-darwin": [ + "libxml2" ] }, "micro": {