[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - solenv/bin
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Fri Sep 20 10:36:31 UTC 2019
solenv/bin/native-code.py | 1 +
1 file changed, 1 insertion(+)
New commits:
commit df7d6223a203c6ee1eb26d6cfafff767f9ff981c
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Wed Mar 20 23:43:21 2019 +0200
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Fri Sep 20 12:35:22 2019 +0200
tdf#124168: The libctllo.a is needed in the iOS app for ToC
After I added the share/template folder, the app then turns out to
need this UNO component.
Change-Id: I877dd8c730f49477e20c58515ee80bafdafaa6b7
Reviewed-on: https://gerrit.libreoffice.org/79188
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 4434642c186e..56e5fe5b6b3e 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -61,6 +61,7 @@ core_factory_list = [
("libspelllo.a", "spell_component_getFactory"),
("libsvtlo.a", "svt_component_getFactory"),
("libpdffilterlo.a", "pdffilter_component_getFactory"),
+ ("libctllo.a", "ctl_component_getFactory"),
("libsvgiolo.a", "svgio_component_getFactory"),
("libMacOSXSpelllo.a", "MacOSXSpell_component_getFactory", "#ifdef IOS"),
("libguesslanglo.a", "guesslang_component_getFactory"),
More information about the Libreoffice-commits
mailing list