diff options
Diffstat (limited to 'postprocess/Rdb_services.mk')
-rw-r--r-- | postprocess/Rdb_services.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/postprocess/Rdb_services.mk b/postprocess/Rdb_services.mk index c5f5fe31a63b..f9914bf5090b 100644 --- a/postprocess/Rdb_services.mk +++ b/postprocess/Rdb_services.mk @@ -50,8 +50,10 @@ $(eval $(call gb_Rdb_add_components,services,\ i18npool/util/i18npool \ lingucomponent/source/hyphenator/hyphen/hyphen \ lingucomponent/source/languageguessing/guesslang \ - lingucomponent/source/spellcheck/spell/spell \ - lingucomponent/source/thesaurus/libnth/lnth \ + $(if $(filter-out iOS,$(OS)), \ + lingucomponent/source/spellcheck/spell/spell \ + lingucomponent/source/thesaurus/libnth/lnth \ + ) \ lingucomponent/source/numbertext/numbertext \ linguistic/source/lng \ $(if $(ENABLE_LWP), \ |