Kaydet (Commit) 1b046598 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

No StarBasic unless HAVE_FEATURE_SCRIPTING

Fixes build of the iOS TiledLibreOffice app.

Change-Id: Ic2fc35ac74ab0707bbd23f2a34fad958edea5f9c
üst 40b1e826
......@@ -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"),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment