summaryrefslogtreecommitdiff
path: root/RepositoryFixes.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-10-23 15:20:35 +0200
committerMichael Stahl <mstahl@redhat.com>2013-10-23 19:21:14 +0200
commitd7ddb18d41c7f58a28ba428defb4632d99f0ab6a (patch)
treefe2ddb86b521b9d17c2adfe0d4e6a47484d0200e /RepositoryFixes.mk
parente353b2bcc26b8f6c12a916dcd67587ea89f3db55 (diff)
icu: apparently "icutu" library is only used by genbrk etc. tools
Change-Id: I15a3cc3fcdca7d9c4f91e67a4517c9c3533efea7
Diffstat (limited to 'RepositoryFixes.mk')
-rw-r--r--RepositoryFixes.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/RepositoryFixes.mk b/RepositoryFixes.mk
index db0a30228409..726ba42405e2 100644
--- a/RepositoryFixes.mk
+++ b/RepositoryFixes.mk
@@ -71,7 +71,7 @@ endif
endif
ifeq ($(OS),WNT)
-gb_Library_ICU_LIBRARIES := icudt icuuc icuin icutu
+gb_Library_ICU_LIBRARIES := icudt icuuc icuin
gb_Library_FILENAMES := $(filter-out $(foreach lib,$(gb_Library_ICU_LIBRARIES),$(lib):%),$(gb_Library_FILENAMES))
gb_Library_FILENAMES += $(foreach lib,$(gb_Library_ICU_LIBRARIES),$(lib):$(lib)$(if $(MSVC_USE_DEBUG_RUNTIME),d)$(ICU_MAJOR).dll)
gb_Library_FILENAMES := $(patsubst z:z%,z:zlib%,$(gb_Library_FILENAMES))