summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-14 19:40:36 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-14 19:43:12 +0300
commitbd92bfdf8eca1217877192cb80a7eccca2659a6c (patch)
tree93fad23a2ab4226593b9a565d273714ab518068f /i18npool
parenta49b453ad32e155217e51affc2a0b1a1b09174dd (diff)
Need to skip these now on iOS
Change-Id: I4bf25a30152d3cbbcc2fae05e40accdde1548298
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/Module_i18npool.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/i18npool/Module_i18npool.mk b/i18npool/Module_i18npool.mk
index 73b0110cd404..06ccf30b85a1 100644
--- a/i18npool/Module_i18npool.mk
+++ b/i18npool/Module_i18npool.mk
@@ -16,8 +16,9 @@ $(eval $(call gb_Module_add_targets,i18npool,\
CustomTarget_localedata \
CustomTarget_textconversion \
Library_collator_data \
- Library_dict_ja \
- Library_dict_zh \
+ $(if $(filter-ouut IOS,$(OS)), \
+ Library_dict_ja \
+ Library_dict_zh) \
Library_i18npool \
Library_i18nsearch \
Library_index_data \