diff options
author | Tor Lillqvist <tml@collabora.com> | 2019-03-20 23:43:21 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2019-03-20 23:47:56 +0200 |
commit | e0d686af6de6443d2845aa15cac5b2830b5e1dbf (patch) | |
tree | bc7a656b043db507927b2ad4357a4e758bb6ec5a /solenv/bin | |
parent | 6edbf6015e13a6932fb39db5ad62f34daf96f917 (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/bin')
-rwxr-xr-x | solenv/bin/native-code.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index ac7a1fc3c34e..a52d8e138a19 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -61,7 +61,8 @@ core_factory_list = [ ("libspelllo.a", "spell_component_getFactory"), ("libpdffilterlo.a", "pdffilter_component_getFactory"), ("libsvgiolo.a", "svgio_component_getFactory"), - ("libsvtlo.a", "svt_component_getFactory") + ("libsvtlo.a", "svt_component_getFactory"), + ("libctllo.a", "ctl_component_getFactory") ] core_constructor_list = [ |