solenv/bin/native-code.py | 1 + 1 file changed, 1 insertion(+) New commits: commit df7d6223a203c6ee1eb26d6cfafff767f9ff981c Author: Tor Lillqvist <t...@collabora.com> AuthorDate: Wed Mar 20 23:43:21 2019 +0200 Commit: Tor Lillqvist <t...@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 <t...@collabora.com> Tested-by: Tor Lillqvist <t...@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"), _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits