diff options
| -rw-r--r-- | ports/icu/CONTROL | 2 | ||||
| -rw-r--r-- | ports/icu/portfile.cmake | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ports/icu/CONTROL b/ports/icu/CONTROL index bbc4a8082..80a6eb9a6 100644 --- a/ports/icu/CONTROL +++ b/ports/icu/CONTROL @@ -1,3 +1,3 @@ Source: icu
-Version: 58.2
+Version: 58.2-1
Description: Mature and widely used Unicode and localization library.
diff --git a/ports/icu/portfile.cmake b/ports/icu/portfile.cmake index 1d05824a7..183db43bd 100644 --- a/ports/icu/portfile.cmake +++ b/ports/icu/portfile.cmake @@ -25,6 +25,11 @@ vcpkg_build_msbuild( PROJECT_PATH ${SOURCE_PATH}/source/allinone/allinone.sln
PLATFORM ${BUILD_ARCH})
+# force rebuild of database as it sometimies gets overriden by dummy one
+vcpkg_build_msbuild(
+ PROJECT_PATH ${SOURCE_PATH}/source/data/makedata.vcxproj
+ PLATFORM ${BUILD_ARCH})
+
set(ICU_VERSION 58)
if(TRIPLET_SYSTEM_ARCH MATCHES "x64")
set(ICU_BIN bin64)
|
