Kaydet (Commit) e0d686af authored tarafından Tor Lillqvist's avatar Tor Lillqvist

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
üst 6edbf601
......@@ -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 = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment