Don't bypass the form stuff for iOS for now
This commit is contained in:
parent
061ac420bc
commit
8f5790787c
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue