Add architecture i386 to iOS build instructions.

The 64-bit intel build currently fails and it is really not necessary.
This commit is contained in:
Tobias Taschner
2016-02-23 11:23:00 +01:00
parent d4edf57781
commit 7865157bda

View File

@@ -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