From 2d746d8913405693a18d594759c481929704f36f Mon Sep 17 00:00:00 2001 From: codicodi Date: Fri, 30 Dec 2016 13:11:58 +0100 Subject: [icu] force rebuild of database --- ports/icu/CONTROL | 2 +- ports/icu/portfile.cmake | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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) -- cgit v1.2.3