mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 02:11:58 +08:00
This commit is contained in:
parent
ad3435235f
commit
261f5b1fcc
@ -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"
|
||||
|
@ -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",
|
||||
|
@ -3046,7 +3046,7 @@
|
||||
},
|
||||
"icu": {
|
||||
"baseline": "72.1",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"ideviceinstaller": {
|
||||
"baseline": "1.1.2.23",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "c06697d7c811e568d2e520db13e41fe656bb5468",
|
||||
"version": "72.1",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "2a4109603660116f3cb7477c234d3f0275124738",
|
||||
"version": "72.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user