summaryrefslogtreecommitdiffstats
path: root/RepositoryFixes.mk
diff options
context:
space:
mode:
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))