[Libreoffice-commits] core.git: solenv/bin
Tor Lillqvist
tml at collabora.com
Tue Feb 10 22:53:53 PST 2015
solenv/bin/native-code.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 1b046598e02bbf479a9a13ed61a5760944c5c891
Author: Tor Lillqvist <tml at collabora.com>
Date: Wed Feb 11 08:52:00 2015 +0200
No StarBasic unless HAVE_FEATURE_SCRIPTING
Fixes build of the iOS TiledLibreOffice app.
Change-Id: Ic2fc35ac74ab0707bbd23f2a34fad958edea5f9c
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index c6d52b3..62a668e 100755
--- a/solenv/bin/native-code.py
+++ b/solenv/bin/native-code.py
@@ -171,7 +171,7 @@ draw_constructor_list = [
writer_factory_list = [
("libfrmlo.a", "frm_component_getFactory"),
- ("libsblo.a", "sb_component_getFactory"),
+ ("libsblo.a", "sb_component_getFactory", "#if HAVE_FEATURE_SCRIPTING"),
("libswdlo.a", "swd_component_getFactory"),
("libswlo.a", "sw_component_getFactory"),
("libwriterfilterlo.a", "writerfilter_component_getFactory"),
More information about the Libreoffice-commits
mailing list