summaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
authorjan Iversen <jani@libreoffice.org>2018-02-05 09:14:01 +0100
committerjan Iversen <jani@libreoffice.org>2018-02-05 11:11:53 +0100
commit8258b425e85bc360f67d776a0196a7a091e7975f (patch)
tree9866d54f6c440dea12c985f98fbcbbac7a24cb60 /ios
parent3c280b7235967b28905220f72333c7029911fb82 (diff)
iOS, allow x86 release builds
Added dir for x86_64 release builds Change-Id: If8c5e775ecd1283d9386a764441019c2423170f9
Diffstat (limited to 'ios')
-rw-r--r--ios/CustomTarget_iOS_setup.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/ios/CustomTarget_iOS_setup.mk b/ios/CustomTarget_iOS_setup.mk
index 0ca73a345ffb..8fea759249e9 100644
--- a/ios/CustomTarget_iOS_setup.mk
+++ b/ios/CustomTarget_iOS_setup.mk
@@ -14,6 +14,7 @@ IOSRES = $(IOSGEN)/resources
IOSDIRS = $(IOSGEN) \
$(IOSGEN)/Debug_x86_64 \
$(IOSGEN)/Debug_arm64 \
+ $(IOSGEN)/Release_x86_64 \
$(IOSGEN)/Release_arm64 \
$(IOSRES) \
$(IOSRES)/services \