diff options
-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 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 = [ |