fix dependency sort

This commit is contained in:
crazywhalecc
2024-01-07 00:39:36 +08:00
committed by Jerry Ma
parent bff1a6168f
commit daf0d2eb32
2 changed files with 11 additions and 13 deletions

View File

@@ -327,12 +327,12 @@
"libxml2"
],
"lib-depends": [
"libiconv",
"zlib"
"libiconv"
],
"lib-suggests": [
"xz",
"icu"
"icu",
"zlib"
]
},
"libxslt": {