Skip to content

Commit

Permalink
[icu] force rebuild of database
Browse files Browse the repository at this point in the history
  • Loading branch information
codicodi committed Dec 30, 2016
1 parent 31daeeb commit 2d746d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ports/icu/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Source: icu
Version: 58.2
Version: 58.2-1
Description: Mature and widely used Unicode and localization library.
5 changes: 5 additions & 0 deletions ports/icu/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2d746d8

Please sign in to comment.