mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:19:01 +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 127afe8aa1
.
* 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"
|
|
}
|
|
}
|
|
}
|