summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2018-11-29 15:33:31 +0200
committerTor Lillqvist <tml@collabora.com>2019-09-19 18:48:59 +0200
commit648d064cd4c112e78438e31cd0cfc17ec0edd073 (patch)
treef24d40abc14cead2c6f75ae6fe06d30aa8b3380d /solenv
parentd15d3921f03a5ac0955b722e63be8ee965ca2294 (diff)
We need svt, too, in the iOS app, for the image insertion feature
Change-Id: I5a656ab159eec44a537fc22da03763913372bc8f Reviewed-on: https://gerrit.libreoffice.org/79136 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 35e5bf98de17..0e1a550fa169 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -59,6 +59,7 @@ core_factory_list = [
("libmcnttype.a", "mcnttype_component_getFactory"),
("libvcllo.a", "vcl_component_getFactory"),
("libspelllo.a", "spell_component_getFactory"),
+ ("libsvtlo.a", "svt_component_getFactory"),
("libpdffilterlo.a", "pdffilter_component_getFactory"),
("libsvgiolo.a", "svgio_component_getFactory"),
("libMacOSXSpelllo.a", "MacOSXSpell_component_getFactory", "#ifdef IOS"),