[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.0' - solenv/bin

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Mon May 27 11:20:48 UTC 2019


 solenv/bin/native-code.py |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 17570651f30c8504e83ae1a3fb99c350ce53a7de
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Mon May 27 14:18:59 2019 +0300
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Mon May 27 14:19:55 2019 +0300

    The proxyfac component seems to be needed
    
    Change-Id: Ib6ab095ea5c4b4a01afad5510208ad352dea5d76

diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index c953d4733bcb..b1d1d3f5918a 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -67,6 +67,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 = [


More information about the Libreoffice-commits mailing list