mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-04 16:17:13 +08:00
a1e13e8d58
* [cppcms] No uwp * [libzim] No uwp * [cppcms] Fix dependencies and linkage * [libzim] Update to 9.0.0 * [cppcms] No python for build * Fixup * CI: uwp * [vcpkg-ci-boost] Enable boost-regex[icu] * [icu] Enable uwp * [icu] Update to 74.1 * [icu] Cleanup * v * [icu] Set install names during linking * Revert "CI: uwp" This reverts commit 127afe8aa1518b1148f57b071bdee2ff22838d24. * CI * [icu] Use --enable-rpath on osx
23 lines
409 B
JSON
23 lines
409 B
JSON
{
|
|
"name": "icu",
|
|
"version": "74.1",
|
|
"description": "Mature and widely used Unicode and localization library.",
|
|
"homepage": "https://icu.unicode.org/home",
|
|
"license": "ICU",
|
|
"dependencies": [
|
|
{
|
|
"name": "icu",
|
|
"host": true,
|
|
"features": [
|
|
"tools"
|
|
]
|
|
}
|
|
],
|
|
"features": {
|
|
"tools": {
|
|
"description": "Build tools",
|
|
"supports": "!uwp"
|
|
}
|
|
}
|
|
}
|