vcpkg/ports/icu/vcpkg.json
Kai Pastor d60da45f54
[icu] Fix mingw builds (#20253)
* Fix mingw dll installation

* Patch static lib naming

* Update icu homepage

* Fix mingw builds on windows triplet host

* Update versions

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-09-23 17:45:11 -07:00

15 lines
285 B
JSON

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