From 71e4ea166c7e7bff04801f32378a7c9709c39383 Mon Sep 17 00:00:00 2001 From: Jerry Ma Date: Fri, 26 May 2023 12:25:53 +0800 Subject: [PATCH] Update ext.json --- config/ext.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/ext.json b/config/ext.json index 2a78acb1..7a7b3b0f 100644 --- a/config/ext.json +++ b/config/ext.json @@ -166,6 +166,9 @@ "type": "external", "source": "mongodb", "arg-type": "custom", + "lib-depends": [ + "zstd" + ], "lib-suggests": [ "icu", "openssl" @@ -425,4 +428,4 @@ "zstd" ] } -} \ No newline at end of file +}