From dccfde9f39d43480d3f6936147a55b39e493b602 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Sun, 5 Nov 2023 17:47:57 +0800 Subject: [PATCH] Adjust mbstring and mbregex dependencies --- config/ext.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/ext.json b/config/ext.json index b18c8eb9..778afe0e 100644 --- a/config/ext.json +++ b/config/ext.json @@ -169,14 +169,14 @@ "arg-type": "custom", "ext-depends": [ "mbstring" + ], + "lib-depends": [ + "onig" ] }, "mbstring": { "type": "builtin", - "arg-type": "custom", - "lib-depends": [ - "onig" - ] + "arg-type": "custom" }, "memcache": { "type": "external",