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:
@@ -28,6 +28,7 @@ The library can also be build via configure/make:
|
|||||||
cd build_ios
|
cd build_ios
|
||||||
../configure --with-osx_iphone --enable-monolithic \
|
../configure --with-osx_iphone --enable-monolithic \
|
||||||
--with-macosx-version-min=8.0 --disable-shared \
|
--with-macosx-version-min=8.0 --disable-shared \
|
||||||
|
--enable-macosx_arch=i386 \
|
||||||
--with-macosx-sdk=$(xcrun --sdk iphonesimulator --show-sdk-path)
|
--with-macosx-sdk=$(xcrun --sdk iphonesimulator --show-sdk-path)
|
||||||
make
|
make
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user