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:
parent
d4edf57781
commit
7865157bda
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue