summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-02-11 08:52:00 +0200
committerTor Lillqvist <tml@collabora.com>2015-02-11 08:52:06 +0200
commit1b046598e02bbf479a9a13ed61a5760944c5c891 (patch)
treee77dc098de58632801417d44ac07438ef78459e9 /solenv
parent40b1e8266e47792d354cd457c652bfb0f0a21e69 (diff)
No StarBasic unless HAVE_FEATURE_SCRIPTING
Fixes build of the iOS TiledLibreOffice app. Change-Id: Ic2fc35ac74ab0707bbd23f2a34fad958edea5f9c
Diffstat (limited to 'solenv')
-rwxr-xr-xsolenv/bin/native-code.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index c6d52b3889db..62a668e54112 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"),