[Libreoffice-commits] core.git: solenv/bin
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Mon May 27 11:41:26 UTC 2019
solenv/bin/native-code.py | 1 +
1 file changed, 1 insertion(+)
New commits:
commit cfaf058ca876e8f03ad76d11ba74c6aa769a951e
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:20:52 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 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 = [
More information about the Libreoffice-commits
mailing list