summaryrefslogtreecommitdiff
path: root/ios/CustomTarget_TiledLibreOffice_app.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-07-08 18:01:35 +0300
committerTor Lillqvist <tml@collabora.com>2014-07-08 18:20:48 +0300
commita0368175867a53c858133732454c9797ebd29ffc (patch)
tree67215b2838a4d76d17df6ff17176f37eb283b1b1 /ios/CustomTarget_TiledLibreOffice_app.mk
parenta1711c717e0b5b7b2b5b722aba34cf32aa6c87aa (diff)
Pass -sdk option
Change-Id: I694d90e2cfca2b4b68a33df0d3912c2492563d28
Diffstat (limited to 'ios/CustomTarget_TiledLibreOffice_app.mk')
-rw-r--r--ios/CustomTarget_TiledLibreOffice_app.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/ios/CustomTarget_TiledLibreOffice_app.mk b/ios/CustomTarget_TiledLibreOffice_app.mk
index 73f9fccc2681..aa89470d4115 100644
--- a/ios/CustomTarget_TiledLibreOffice_app.mk
+++ b/ios/CustomTarget_TiledLibreOffice_app.mk
@@ -19,6 +19,7 @@ define TiledLibreOfficeXcodeBuild
xcodebuild \
-project experimental/TiledLibreOffice/TiledLibreOffice.xcodeproj \
-target TiledLibreOffice \
+ -sdk $(XCODEBUILD_SDK) \
-arch $(XCODE_ARCHS) \
-configuration $(if $(ENABLE_DEBUG),Debug,Release) \
$(1) \