summaryrefslogtreecommitdiff
path: root/lingucomponent/Module_lingucomponent.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2019-03-25 14:23:38 +0200
committerTor Lillqvist <tml@collabora.com>2019-03-25 15:01:03 +0200
commit2e28b198007b525ee66b9864677acdd8ff0d85c7 (patch)
tree20a2d5feab8ac1946fd9dd0ee871282f78d833ee /lingucomponent/Module_lingucomponent.mk
parent7afb8ab90f29068c63f2920a52c4df172631b59d (diff)
tdf#124172: Use the MacOSXSpell library on iOS, too
The code needed just a small amount of ifdefs to use UITextChecker on iOS instead of NSSpellChecker. Change-Id: I19edfffd3cc317a79beacc0b94668a6fd5ea3b32
Diffstat (limited to 'lingucomponent/Module_lingucomponent.mk')
-rw-r--r--lingucomponent/Module_lingucomponent.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/lingucomponent/Module_lingucomponent.mk b/lingucomponent/Module_lingucomponent.mk
index 4f3d2424f992..2bde5d5391e5 100644
--- a/lingucomponent/Module_lingucomponent.mk
+++ b/lingucomponent/Module_lingucomponent.mk
@@ -14,7 +14,7 @@ $(eval $(call gb_Module_add_targets,lingucomponent,\
Library_guesslang \
Library_hyphen \
Library_lnth \
- $(if $(filter MACOSX,$(OS)),Library_MacOSXSpell) \
+ $(if $(filter iOS MACOSX,$(OS)),Library_MacOSXSpell) \
Library_spell \
StaticLibrary_ulingu \
Library_numbertext \