diff options
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 \ |