summaryrefslogtreecommitdiff
path: root/svx/Library_svx.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-03-04 16:04:19 +0200
committerTor Lillqvist <tml@iki.fi>2012-03-05 02:05:20 +0200
commit8f5790787c6e8665ec471e87375f9539718fe1c3 (patch)
tree7a458fb1ad2cd90db75c85a8585c401a1d82d2a2 /svx/Library_svx.mk
parent061ac420bc4641f7e6583b9137f2b8c7e6576542 (diff)
Don't bypass the form stuff for iOS for now
Diffstat (limited to 'svx/Library_svx.mk')
-rw-r--r--svx/Library_svx.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/Library_svx.mk b/svx/Library_svx.mk
index 248ab21f327a..b9f53e797b29 100644
--- a/svx/Library_svx.mk
+++ b/svx/Library_svx.mk
@@ -203,7 +203,7 @@ $(eval $(call gb_Library_add_exception_objects,svx,\
svx/source/unogallery/unogalthemeprovider \
))
-ifneq (,$(filter DBCONNECTIVITY,$(BUILD_TYPE)))
+ifneq (,$(filter DBCONNECTIVITY,$(BUILD_TYPE))$(filter IOS,$(OS)))
$(eval $(call gb_Library_add_exception_objects,svx,\
svx/source/fmcomp/dbaobjectex \
svx/source/form/databaselocationinput \