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-10-07 14:49:46 +0300
commitff2b56672203990fb1ee0445977aaee7754a9f3e (patch)
treead8c361ec0854a5fbc8dc5e61d1e654523db3eda /solenv
parentcce10f9a7d2b32d40bdee58220d10edab07de416 (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 a9b553c7d7dd..7722f97ec022 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -66,6 +66,7 @@ core_factory_list = [
("libMacOSXSpelllo.a", "MacOSXSpell_component_getFactory", "#ifdef IOS"),
("libcuilo.a", "cui_component_getFactory"),
("libproxyfaclo.a", "proxyfac_component_getFactory"),
+ ("libguesslanglo.a", "guesslang_component_getFactory"),
]
core_constructor_list = [