summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2019-08-13 12:21:45 +0300
committerTor Lillqvist <tml@collabora.com>2019-08-13 14:21:15 +0200
commitcd12a1aee4b00ad0406863f5b93ecbc5dba966b2 (patch)
tree2210796bc9b732b9c5e9b0c20f89b5ea6b23ed56 /solenv
parentaa0b785946ba39bbce419a6b356a7ce07349501c (diff)
Add the guesslang component (to apps) in case it is essential
(I saw warnings about it missing in the iOS app.) Change-Id: Ib286b107e529e80ec36ffb87059f4f5923867abe Reviewed-on: https://gerrit.libreoffice.org/77399 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'solenv')
-rwxr-xr-xsolenv/bin/native-code.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index dc64a083c2f7..1cde5daa971f 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -62,6 +62,7 @@ core_factory_list = [
("libpdffilterlo.a", "pdffilter_component_getFactory"),
("libsvgiolo.a", "svgio_component_getFactory"),
("libMacOSXSpelllo.a", "MacOSXSpell_component_getFactory", "#ifdef IOS"),
+ ("libguesslanglo.a", "guesslang_component_getFactory"),
]
core_constructor_list = [