summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2019-05-27 14:18:59 +0300
committerTor Lillqvist <tml@collabora.com>2019-09-20 14:10:38 +0200
commitf7025df83336331746f79966018c1f4e401f4fe5 (patch)
tree73dace3e9b4a65928b8d063b4ced348cc086e673 /solenv
parent5f14947e09b3986e6ed56b58efcb196eb76a984c (diff)
The proxyfac component seems to be needed
Change-Id: Ib6ab095ea5c4b4a01afad5510208ad352dea5d76 Reviewed-on: https://gerrit.libreoffice.org/79216 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'solenv')
-rwxr-xr-xsolenv/bin/native-code.py1
1 files changed, 1 insertions, 0 deletions
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 = [