diff options
| author | Alexander Karatarakis <alex@karatarakis.com> | 2016-12-30 20:59:29 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-30 20:59:29 -0800 |
| commit | e69104b761b6706bc48f3895b19ff796d74339c6 (patch) | |
| tree | 5ba2d31bd86ffebb46e3108eaa50f76135540cec | |
| parent | 55a05684f53aa94da62126fd2951bf29406c5282 (diff) | |
| parent | aab12428e51d53a1952da92a6b1a50c4cadc3e4e (diff) | |
| download | vcpkg-e69104b761b6706bc48f3895b19ff796d74339c6.tar.gz vcpkg-e69104b761b6706bc48f3895b19ff796d74339c6.zip | |
Merge pull request #476 from codicodi/fix-icu-dt
[icu] force rebuild of database
| -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..f2bf7fb6e 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 sometimes 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)
|
