summaryrefslogtreecommitdiff
path: root/l10ntools/Executable_helpex.mk
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/Executable_helpex.mk')
-rw-r--r--l10ntools/Executable_helpex.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/l10ntools/Executable_helpex.mk b/l10ntools/Executable_helpex.mk
index 085fd94b9e99..66d870768bc2 100644
--- a/l10ntools/Executable_helpex.mk
+++ b/l10ntools/Executable_helpex.mk
@@ -50,4 +50,10 @@ $(eval $(call gb_Executable_add_exception_objects,helpex,\
l10ntools/source/helpmerge \
))
+$(eval $(call gb_Executable_use_externals,helpex,\
+ libxml2 \
+ icuuc \
+ $(if $(filter MSC,$(COM)),icuin,icui18n) \
+))
+
# vim:set shiftwidth=4 softtabstop=4 expandtab: