aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
Diffstat (limited to 'ports')
-rw-r--r--ports/icu/portfile.cmake9
-rw-r--r--ports/icu/vcpkg.json2
2 files changed, 1 insertions, 10 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",