vcpkg/ports/icu/vcpkg.json
Phoebe e0315fe85c
[icu] Fix pc files (#22388)
* [icu] Fix pc files

* Patch the issue in configure.ac
2022-01-13 13:23:44 -08:00

15 lines
285 B
JSON

{
"name": "icu",
"version": "69.1",
"port-version": 17,
"description": "Mature and widely used Unicode and localization library.",
"homepage": "https://icu.unicode.org/home",
"supports": "!uwp",
"dependencies": [
{
"name": "icu",
"host": true
}
]
}