summaryrefslogtreecommitdiff
path: root/l10ntools/Executable_uiex.mk
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/Executable_uiex.mk')
-rw-r--r--l10ntools/Executable_uiex.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/l10ntools/Executable_uiex.mk b/l10ntools/Executable_uiex.mk
index 064b2078479e..8a20512b3412 100644
--- a/l10ntools/Executable_uiex.mk
+++ b/l10ntools/Executable_uiex.mk
@@ -31,6 +31,8 @@ $(eval $(call gb_Executable_use_externals,uiex,\
libxml2 \
libxslt \
boost_headers \
+ icuuc \
+ $(if $(filter MSC,$(COM)),icuin,icui18n) \
))
# vim: set noet sw=4 ts=4: