[Libreoffice-commits] core.git: solenv/bin
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Mon Oct 7 11:51:14 UTC 2019
solenv/bin/native-code.py | 1 +
1 file changed, 1 insertion(+)
New commits:
commit ff2b56672203990fb1ee0445977aaee7754a9f3e
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Tue Aug 13 12:21:45 2019 +0300
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Mon Oct 7 14:49:46 2019 +0300
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 at gmail.com>
Reviewed-by: Tor Lillqvist <tml at collabora.com>
Tested-by: Tor Lillqvist <tml at collabora.com>
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 = [
More information about the Libreoffice-commits
mailing list