summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2019-03-20 23:43:21 +0200
committerTor Lillqvist <tml@collabora.com>2019-09-20 12:35:22 +0200
commitdf7d6223a203c6ee1eb26d6cfafff767f9ff981c (patch)
treeb7aca6ff411fa43a23e78cab4def79b72db24e85 /solenv
parent723480428abdcb620d92f3f1fb807db4c18abb8b (diff)
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@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 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"),