From 7865157bda398b89e05f67f8cb6cd0a8d9157334 Mon Sep 17 00:00:00 2001 From: Tobias Taschner Date: Tue, 23 Feb 2016 11:23:00 +0100 Subject: [PATCH] Add architecture i386 to iOS build instructions. The 64-bit intel build currently fails and it is really not necessary. --- docs/ios/readme.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ios/readme.txt b/docs/ios/readme.txt index 96f229c312..573db30676 100644 --- a/docs/ios/readme.txt +++ b/docs/ios/readme.txt @@ -28,6 +28,7 @@ The library can also be build via configure/make: cd build_ios ../configure --with-osx_iphone --enable-monolithic \ --with-macosx-version-min=8.0 --disable-shared \ + --enable-macosx_arch=i386 \ --with-macosx-sdk=$(xcrun --sdk iphonesimulator --show-sdk-path) make