From 8258b425e85bc360f67d776a0196a7a091e7975f Mon Sep 17 00:00:00 2001 From: jan Iversen Date: Mon, 5 Feb 2018 09:14:01 +0100 Subject: iOS, allow x86 release builds Added dir for x86_64 release builds Change-Id: If8c5e775ecd1283d9386a764441019c2423170f9 --- ios/CustomTarget_iOS_setup.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'ios') 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 \ -- cgit