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-03-20 23:44:51 +0200
commitf916474ed0ee205b4f34b74ab6b248230e9f0673 (patch)
treecdb6f98fd805b64420f5ca9c63e63f4c3a3b6bb7 /solenv
parent4a76f0e8b2509e3e137b380a54eacbce434f89c1 (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
Diffstat (limited to 'solenv')
-rwxr-xr-xsolenv/bin/native-code.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index 56824add0e56..106ae3cec1f1 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -63,7 +63,8 @@ core_factory_list = [
("libvcllo.a", "vcl_component_getFactory"),
("libspelllo.a", "spell_component_getFactory"),
("libpdffilterlo.a", "pdffilter_component_getFactory"),
- ("libsvtlo.a", "svt_component_getFactory")
+ ("libsvtlo.a", "svt_component_getFactory"),
+ ("libctllo.a", "ctl_component_getFactory")
]
core_constructor_list = [