summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorbrainbreaker <gautamprajapati06@gmail.com>2017-06-21 17:00:33 +0530
committerMiklos Vajna <vmiklos@collabora.co.uk>2017-06-22 16:15:52 +0200
commit05447e09f511a6a754a3671451b29a3b6b3f458f (patch)
tree84b1891d3f6b7f2661c40cb4d5242ec722d965b4 /solenv
parentab50f0b08b22af1e60a0b6ce5e7e8e7d1f665216 (diff)
add factory function mapping for libspelllo archive
Change-Id: I7cbea9381bc993e7894603c731ab0ac54e80d4b4 Reviewed-on: https://gerrit.libreoffice.org/39049 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
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 0d13b67fd6ac..f29be571e22f 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -60,7 +60,8 @@ core_factory_list = [
("libodfflatxmllo.a", "odfflatxml_component_getFactory"),
("libxmlscriptlo.a", "xmlscript_component_getFactory"),
("libmcnttype.a", "mcnttype_component_getFactory"),
- ("libvcllo.a", "vcl_component_getFactory")
+ ("libvcllo.a", "vcl_component_getFactory"),
+ ("libspelllo.a", "spell_component_getFactory")
]
core_constructor_list = [