summaryrefslogtreecommitdiff
path: root/svx/Library_svxcore.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-03-04 02:15:21 +0200
committerTor Lillqvist <tml@iki.fi>2012-03-05 02:05:18 +0200
commita02592ca1cbf46438199337f5a9dfc4120a39620 (patch)
treece72122396355130d781e4b81656bab7f7bd4cb8 /svx/Library_svxcore.mk
parenta16d3914c905bbbbf927eb2a8494927826ace4cc (diff)
Don't bypass the form stuff for iOS for now
Diffstat (limited to 'svx/Library_svxcore.mk')
-rw-r--r--svx/Library_svxcore.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/Library_svxcore.mk b/svx/Library_svxcore.mk
index a4e642490ed4..96f458dd8477 100644
--- a/svx/Library_svxcore.mk
+++ b/svx/Library_svxcore.mk
@@ -381,7 +381,7 @@ $(eval $(call gb_Library_add_exception_objects,svxcore,\
svx/source/xoutdev/xtablend \
))
-ifneq (,$(filter DBCONNECTIVITY,$(BUILD_TYPE)))
+ifneq (,$(filter DBCONNECTIVITY,$(BUILD_TYPE))$(filter IOS,$(OS)))
$(eval $(call gb_Library_add_exception_objects,svxcore,\
svx/source/fmcomp/dbaexchange \
svx/source/fmcomp/fmgridcl \