diff options
author | Tor Lillqvist <tml@collabora.com> | 2019-05-27 14:18:59 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2019-05-27 14:20:52 +0300 |
commit | cfaf058ca876e8f03ad76d11ba74c6aa769a951e (patch) | |
tree | d064f66e369724aa2f507010f0364fce2b77527b /solenv | |
parent | d6d8099b520be23b823c784276dfbdb01e9db3c8 (diff) |
The proxyfac component seems to be needed
Change-Id: Ib6ab095ea5c4b4a01afad5510208ad352dea5d76
Diffstat (limited to 'solenv')
-rwxr-xr-x | solenv/bin/native-code.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index 15153784ab72..28cb68f12fd4 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -65,6 +65,7 @@ core_factory_list = [ ("libctllo.a", "ctl_component_getFactory"), ("libMacOSXSpelllo.a", "MacOSXSpell_component_getFactory", "#ifdef IOS"), ("libcuilo.a", "cui_component_getFactory"), + ("libproxyfaclo.a", "proxyfac_component_getFactory"), ] core_constructor_list = [ |