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

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Fri Sep 20 12:11:43 UTC 2019


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

New commits:
commit f7025df83336331746f79966018c1f4e401f4fe5
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Mon May 27 14:18:59 2019 +0300
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Fri Sep 20 14:10:38 2019 +0200

    The proxyfac component seems to be needed
    
    Change-Id: Ib6ab095ea5c4b4a01afad5510208ad352dea5d76
    Reviewed-on: https://gerrit.libreoffice.org/79216
    Reviewed-by: Tor Lillqvist <tml at collabora.com>
    Tested-by: Tor Lillqvist <tml at collabora.com>

diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index 581ec3735905..79cad15709f4 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -66,6 +66,7 @@ core_factory_list = [
     ("libMacOSXSpelllo.a", "MacOSXSpell_component_getFactory", "#ifdef IOS"),
     ("libguesslanglo.a", "guesslang_component_getFactory"),
     ("libcuilo.a", "cui_component_getFactory"),
+    ("libproxyfaclo.a", "proxyfac_component_getFactory"),
     ]
 
 core_constructor_list = [


More information about the Libreoffice-commits mailing list