From 1658e4efac5fc851b322103ed40545fa263ae280 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Sun, 2 Dec 2012 18:56:17 +0100 Subject: RepositoryExternal.mk: clean up awful icudata/icui18n duplication Change-Id: Ic4794d9a908b60220a4a849ff263eaa08776550c --- l10ntools/Executable_helpex.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'l10ntools/Executable_helpex.mk') diff --git a/l10ntools/Executable_helpex.mk b/l10ntools/Executable_helpex.mk index 66d870768bc2..48261762135d 100644 --- a/l10ntools/Executable_helpex.mk +++ b/l10ntools/Executable_helpex.mk @@ -53,7 +53,7 @@ $(eval $(call gb_Executable_add_exception_objects,helpex,\ $(eval $(call gb_Executable_use_externals,helpex,\ libxml2 \ icuuc \ - $(if $(filter MSC,$(COM)),icuin,icui18n) \ + icui18n \ )) # vim:set shiftwidth=4 softtabstop=4 expandtab: -- cgit