From 5803599f48b6b102af25906c13d8cc9967f881cb Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 24 Mar 2021 18:58:58 +0200 Subject: tdf#124173: Enable thesauruses in the iOS app Build our lnth library and the external mythes library. Install thesauruses for the app's Xcode project to pick up and include in the app bundle. Look for them in the place where they will end up. To get thesauruses you need to configure with --with-myspell-dicts. Change-Id: I2d850ca3c821c5c764cb061340a265440d04e41b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113066 Tested-by: Jenkins CollaboraOffice Reviewed-by: Tor Lillqvist Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113073 Tested-by: Tor Lillqvist Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113607 --- Repository.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Repository.mk') diff --git a/Repository.mk b/Repository.mk index 049672c2c9b1..e056cbfce29f 100644 --- a/Repository.mk +++ b/Repository.mk @@ -379,7 +379,7 @@ $(eval $(call gb_Helper_register_libraries_for_install,OOOLIBS,ooo, \ localebe1 \ log \ lng \ - $(if $(filter-out iOS,$(OS)),lnth) \ + lnth \ $(if $(filter $(OS),MACOSX),macbe1) \ $(if $(MERGELIBS),merged) \ migrationoo2 \ -- cgit