summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ios/CustomTarget_LibreOffice_app.mk10
1 files changed, 0 insertions, 10 deletions
diff --git a/ios/CustomTarget_LibreOffice_app.mk b/ios/CustomTarget_LibreOffice_app.mk
index 82e8566532a2..581ebb41ec3f 100644
--- a/ios/CustomTarget_LibreOffice_app.mk
+++ b/ios/CustomTarget_LibreOffice_app.mk
@@ -20,12 +20,6 @@ xcode_sdk=iphoneos
xcode_arch=armv7
endif
-ifeq ($(debug),)
-xcode_config := Release
-else
-xcode_config := Debug
-endif
-
# If run from Xcode, check that its configuration (device or
# simulator) matches that of gbuild. We detect being run from Xcode by
# looking for $(SCRIPT_OUTPUT_FILE_0). The Run Script build phase in
@@ -40,10 +34,6 @@ ifneq ($(CURRENT_ARCH),$(xcode_arch))
$(error Xcode platform ($(CURRENT_ARCH)) does not match that of this build tree ($(xcode_arch)))
endif
-ifneq ($(CONFIGURATION),$(xcode_config))
-$(error Xcode configuration ($(CONFIGURATION)) does not match that of this build tree ($(xcode_config)))
-endif
-
endif
ifneq ($(SCRIPT_OUTPUT_FILE_0),)