aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/icu/portfile.cmake9
-rw-r--r--ports/icu/vcpkg.json2
-rw-r--r--versions/baseline.json2
-rw-r--r--versions/i-/icu.json5
4 files changed, 7 insertions, 11 deletions
diff --git a/ports/icu/portfile.cmake b/ports/icu/portfile.cmake
index 64ca15b9f..8533c384a 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 3396b0f9c..c4f6e3c4b 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 58ff7af0a..99da61e30 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -2586,7 +2586,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 41fe2dbb8..cf7ef20da 100644
--- a/versions/i-/icu.json
+++ b/versions/i-/icu.json
@@ -1,6 +1,11 @@
{
"versions": [
{
+ "git-tree": "02bcc079d00e16237aa0d1af449d7663581a1525",
+ "version": "69.1",
+ "port-version": 12
+ },
+ {
"git-tree": "46d639d2e138f9ee3362fd8023f64463ae4e6afa",
"version": "69.1",
"port-version": 11