Add intl support for windows

This commit is contained in:
crazywhalecc
2025-06-10 19:06:07 +08:00
parent a48680c26f
commit 48cb87ada2
5 changed files with 66 additions and 8 deletions

View File

@@ -297,12 +297,14 @@
},
"intl": {
"support": {
"Windows": "no",
"BSD": "wip"
},
"type": "builtin",
"lib-depends": [
"lib-depends-unix": [
"icu"
],
"lib-depends-windows": [
"icu-static-win"
]
},
"ldap": {