vcpkg/ports/icu/vcpkg.json
Adam aed3b48635
[icu] fixes for macOS dynamic lib install (#19441)
* fixes for macOS dynamic lib install

* bump port version

* remove mingw change

* move install outside of conditional

* update portfile hash

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-09-03 16:42:38 -07:00

15 lines
293 B
JSON

{
"name": "icu",
"version": "69.1",
"port-version": 13,
"description": "Mature and widely used Unicode and localization library.",
"homepage": "http://icu-project.org/apiref/icu4c/",
"supports": "!uwp",
"dependencies": [
{
"name": "icu",
"host": true
}
]
}