diff --git a/ports/icu/portfile.cmake b/ports/icu/portfile.cmake index 64ca15b9fc327b..8533c384aa5499 100644 --- a/ports/icu/portfile.cmake +++ b/ports/icu/portfile.cmake @@ -38,18 +38,9 @@ if(NOT "${TARGET_TRIPLET}" STREQUAL "${HOST_TRIPLET}") list(APPEND CONFIGURE_OPTIONS "--with-cross-build=${_VCPKG_INSTALLED_DIR}/${HOST_TRIPLET}/tools/${PORT}") endif() -if(VCPKG_TARGET_IS_WINDOWS) - if(VCPKG_TARGET_ARCHITECTURE STREQUAL "x64") - set(BUILD_TRIPLET --host=x86_64-w64-mingw32) - else() - set(BUILD_TRIPLET --host=i686-w64-mingw32) - endif() -endif() - vcpkg_configure_make( SOURCE_PATH ${SOURCE_PATH} PROJECT_SUBPATH source - BUILD_TRIPLET ${BUILD_TRIPLET} OPTIONS ${CONFIGURE_OPTIONS} OPTIONS_RELEASE ${CONFIGURE_OPTIONS_RELEASE} OPTIONS_DEBUG ${CONFIGURE_OPTIONS_DEBUG} diff --git a/ports/icu/vcpkg.json b/ports/icu/vcpkg.json index 3396b0f9c44cc0..c4f6e3c4b4f24b 100644 --- a/ports/icu/vcpkg.json +++ b/ports/icu/vcpkg.json @@ -1,7 +1,7 @@ { "name": "icu", "version": "69.1", - "port-version": 11, + "port-version": 12, "description": "Mature and widely used Unicode and localization library.", "homepage": "http://icu-project.org/apiref/icu4c/", "supports": "!uwp", diff --git a/versions/baseline.json b/versions/baseline.json index 28551738f9eb5a..ebc61143db6dfc 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2582,7 +2582,7 @@ }, "icu": { "baseline": "69.1", - "port-version": 11 + "port-version": 12 }, "ideviceinstaller": { "baseline": "1.1.2.23-1", diff --git a/versions/i-/icu.json b/versions/i-/icu.json index 41fe2dbb8287c7..cf7ef20da17416 100644 --- a/versions/i-/icu.json +++ b/versions/i-/icu.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "02bcc079d00e16237aa0d1af449d7663581a1525", + "version": "69.1", + "port-version": 12 + }, { "git-tree": "46d639d2e138f9ee3362fd8023f64463ae4e6afa", "version": "69.1",