don't use libicu backend for libxml2

(it's discouraged from being used, the first path always goes through iconv, icu is only the fallback)
This commit is contained in:
Marc Henderkes
2025-09-16 10:19:58 +02:00
parent c330d02e78
commit b9f8f02d98
2 changed files with 2 additions and 2 deletions

View File

@@ -450,6 +450,7 @@
},
"libmemcached": {
"source": "libmemcached",
"cpp-library": true,
"static-libs-unix": [
"libmemcached.a",
"libmemcachedprotocol.a",
@@ -594,7 +595,6 @@
],
"lib-suggests-unix": [
"xz",
"icu",
"zlib"
],
"lib-depends-windows": [