diff options
author | Tor Lillqvist <tml@collabora.com> | 2019-03-25 14:23:38 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2019-03-25 15:01:03 +0200 |
commit | 2e28b198007b525ee66b9864677acdd8ff0d85c7 (patch) | |
tree | 20a2d5feab8ac1946fd9dd0ee871282f78d833ee /Repository.mk | |
parent | 7afb8ab90f29068c63f2920a52c4df172631b59d (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 'Repository.mk')
-rw-r--r-- | Repository.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Repository.mk b/Repository.mk index 6508d6866807..20ba9b0697c1 100644 --- a/Repository.mk +++ b/Repository.mk @@ -484,6 +484,8 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \ ) \ fps_aqua \ vclplug_osx \ + ) \ + $(if $(filter iOS MACOSX,$(OS)), \ MacOSXSpell \ ) \ )) |