diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-09-02 23:15:05 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-09-03 00:41:07 +0300 |
commit | 1bf008c67f91aed39bcc29985f3c7b6d534718d7 (patch) | |
tree | e5217b0d63f613090b78b36d4b82119b50bf52b2 | |
parent | e486f1612d814cf4255e9fc27e722c123d953809 (diff) |
Update a few library names
Change-Id: I17c575ce0d4ba55a47a97d86c69a00ef7f822838
-rw-r--r-- | cppuhelper/source/shlib.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cppuhelper/source/shlib.cxx b/cppuhelper/source/shlib.cxx index 1ec25490ea9b..f61f2bc98ebc 100644 --- a/cppuhelper/source/shlib.cxx +++ b/cppuhelper/source/shlib.cxx @@ -533,14 +533,14 @@ Reference< XInterface > SAL_CALL loadSharedLibComponentFactory( // incremental build. { "bootstrap.uno" SAL_DLLEXTENSION, bootstrap_component_getFactory }, { "bootstrap.uno.a", bootstrap_component_getFactory }, - { "libbootstrap.uno.a", bootstrap_component_getFactory }, + { "libbootstraplo.a", bootstrap_component_getFactory }, // The .uno ones seem to consistently have a "lib" prefix now for Android, // but not iOS, hmm. #ifdef ANDROID - { "libintrospection.uno.a", introspection_component_getFactory }, - { "libreflection.uno.a", reflection_component_getFactory }, - { "libstocservices.uno.a", stocservices_component_getFactory }, + { "libintrospectionlo.a", introspection_component_getFactory }, + { "libreflectionlo.a", reflection_component_getFactory }, + { "libstocserviceslo.a", stocservices_component_getFactory }, #else { "introspection.uno.a", introspection_component_getFactory }, { "reflection.uno.a", reflection_component_getFactory }, |