[Libreoffice-commits] core.git: i18npool/Module_i18npool.mk

Tor Lillqvist tml at collabora.com
Mon Apr 14 09:43:43 PDT 2014


 i18npool/Module_i18npool.mk |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit bd92bfdf8eca1217877192cb80a7eccca2659a6c
Author: Tor Lillqvist <tml at collabora.com>
Date:   Mon Apr 14 19:40:36 2014 +0300

    Need to skip these now on iOS
    
    Change-Id: I4bf25a30152d3cbbcc2fae05e40accdde1548298

diff --git a/i18npool/Module_i18npool.mk b/i18npool/Module_i18npool.mk
index 73b0110..06ccf30 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 \


More information about the Libreoffice-commits mailing list