diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-04-14 19:40:36 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-04-14 19:43:12 +0300 |
commit | bd92bfdf8eca1217877192cb80a7eccca2659a6c (patch) | |
tree | 93fad23a2ab4226593b9a565d273714ab518068f | |
parent | a49b453ad32e155217e51affc2a0b1a1b09174dd (diff) |
Need to skip these now on iOS
Change-Id: I4bf25a30152d3cbbcc2fae05e40accdde1548298
-rw-r--r-- | i18npool/Module_i18npool.mk | 5 |
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 \ |