Matthias Kuhn 2023-02-08 03:01:58 +04:00 committed by GitHub
parent ad3435235f
commit 261f5b1fcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View File

@ -158,7 +158,7 @@ if(VCPKG_LIBRARY_LINKAGE STREQUAL "static")
endif()
# Install executables from /tools/icu/sbin to /tools/icu/bin on unix (/bin because icu require this for cross compiling)
if(VCPKG_TARGET_IS_LINUX OR VCPKG_TARGET_IS_OSX)
if(VCPKG_TARGET_IS_LINUX OR VCPKG_TARGET_IS_OSX AND "tools" IN_LIST FEATURES)
vcpkg_copy_tools(
TOOL_NAMES icupkg gennorm2 gencmn genccode gensprep
SEARCH_DIR "${CURRENT_PACKAGES_DIR}/tools/icu/sbin"

View File

@ -1,7 +1,7 @@
{
"name": "icu",
"version": "72.1",
"port-version": 1,
"port-version": 2,
"description": "Mature and widely used Unicode and localization library.",
"homepage": "https://icu.unicode.org/home",
"license": "ICU",

View File

@ -3046,7 +3046,7 @@
},
"icu": {
"baseline": "72.1",
"port-version": 1
"port-version": 2
},
"ideviceinstaller": {
"baseline": "1.1.2.23",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "c06697d7c811e568d2e520db13e41fe656bb5468",
"version": "72.1",
"port-version": 2
},
{
"git-tree": "2a4109603660116f3cb7477c234d3f0275124738",
"version": "72.1",