diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-03-04 02:15:21 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-03-05 02:05:18 +0200 |
commit | a02592ca1cbf46438199337f5a9dfc4120a39620 (patch) | |
tree | ce72122396355130d781e4b81656bab7f7bd4cb8 /svx | |
parent | a16d3914c905bbbbf927eb2a8494927826ace4cc (diff) |
Don't bypass the form stuff for iOS for now
Diffstat (limited to 'svx')
-rw-r--r-- | svx/Library_svxcore.mk | 2 |
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 \ |