From e5ad72214c82e5116e56527a0c054cb6a0354c06 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Fri, 3 Apr 2026 14:18:13 +0800 Subject: [PATCH] Add brotli to curl (just workaround for transitive deps) --- config/ext.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/ext.json b/config/ext.json index 79d3831e..16a71c21 100644 --- a/config/ext.json +++ b/config/ext.json @@ -63,7 +63,8 @@ ], "ext-depends-windows": [ "zlib", - "openssl" + "openssl", + "brotli" ] }, "dba": {