iOS10 is required for the arm32 builds

This commit is contained in:
pancake 2019-01-29 22:10:07 -06:00
parent 0314eed9fe
commit 5535b6f380

View File

@ -8,7 +8,7 @@ USE_SIMULATOR=0
SIMULATOR_ARCHS="x86_64" SIMULATOR_ARCHS="x86_64"
PACKAGE_RADARE=0 PACKAGE_RADARE=0
EMBED_BITCODE=1 EMBED_BITCODE=1
CFLAGS="-O2 -miphoneos-version-min=11.0" CFLAGS="-O2 -miphoneos-version-min=10.0"
DOSH=0 DOSH=0
ARCHS="" # Will be set by -archs argument. If you want to set it -> e.g. ARCHS="armv7+arm64". ARCHS="" # Will be set by -archs argument. If you want to set it -> e.g. ARCHS="armv7+arm64".
MERGE_LIBS=1 # Will merge libs if you build for arm and simulator MERGE_LIBS=1 # Will merge libs if you build for arm and simulator