From d7ddb18d41c7f58a28ba428defb4632d99f0ab6a Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Wed, 23 Oct 2013 15:20:35 +0200 Subject: icu: apparently "icutu" library is only used by genbrk etc. tools Change-Id: I15a3cc3fcdca7d9c4f91e67a4517c9c3533efea7 --- RepositoryFixes.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'RepositoryFixes.mk') 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)) -- cgit