diff options
-rw-r--r-- | svx/Library_svx.mk | 2 |
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 \ |