From 077da6f6a4170295cb81836ea9cbe680cd08f18c Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Wed, 21 Aug 2024 11:07:36 +0800 Subject: [PATCH] Correct snappy ext-suggest to ext-suggests --- config/ext.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ext.json b/config/ext.json index b35ee1f8..b8040236 100644 --- a/config/ext.json +++ b/config/ext.json @@ -590,7 +590,7 @@ "lib-depends": [ "snappy" ], - "ext-suggest": [ + "ext-suggests": [ "apcu" ] },