From f7a0f50f8791bff5edb2f4d09e058c2e06deac69 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Tue, 10 Jun 2025 19:10:24 +0800 Subject: [PATCH] Sort config --- config/ext.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/config/ext.json b/config/ext.json index dcb2ba3f..539658d0 100644 --- a/config/ext.json +++ b/config/ext.json @@ -325,6 +325,16 @@ "openssl" ] }, + "libxml": { + "support": { + "BSD": "wip" + }, + "type": "builtin", + "arg-type": "none", + "ext-depends": [ + "xml" + ] + }, "lz4": { "support": { "Windows": "wip", @@ -337,16 +347,6 @@ "liblz4" ] }, - "libxml": { - "support": { - "BSD": "wip" - }, - "type": "builtin", - "arg-type": "none", - "ext-depends": [ - "xml" - ] - }, "mbregex": { "type": "builtin", "arg-type": "custom",