summaryrefslogtreecommitdiff
path: root/l10ntools/Executable_propex.mk
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/Executable_propex.mk')
-rw-r--r--l10ntools/Executable_propex.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/l10ntools/Executable_propex.mk b/l10ntools/Executable_propex.mk
index d8dc16d323c2..06080c682840 100644
--- a/l10ntools/Executable_propex.mk
+++ b/l10ntools/Executable_propex.mk
@@ -17,7 +17,6 @@ $(eval $(call gb_Executable_set_include,propex,\
$(eval $(call gb_Executable_use_libraries,propex,\
sal \
- i18nregexp \
))
$(eval $(call gb_Executable_use_static_libraries,propex,\
@@ -29,4 +28,9 @@ $(eval $(call gb_Executable_add_exception_objects,propex,\
l10ntools/source/propex \
))
+$(eval $(call gb_Executable_use_externals,propex,\
+ icuuc \
+ $(if $(filter MSC,$(COM)),icuin,icui18n) \
+))
+
# vim: set noet sw=4 ts=4: