BUILDING.md: Use min. iOS v8 in iOS Armv8 example

This is necessary in order to enable thread-local storage.
This commit is contained in:
DRC
2020-11-13 15:18:35 -06:00
parent 3e9e7c7055
commit 42f7c78fe3

View File

@@ -508,7 +508,7 @@ iPhone 5S/iPad Mini 2/iPad Air and newer.
IOS_PLATFORMDIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform
IOS_SYSROOT=($IOS_PLATFORMDIR/Developer/SDKs/iPhoneOS*.sdk)
export CFLAGS="-Wall -arch arm64 -miphoneos-version-min=7.0 -funwind-tables"
export CFLAGS="-Wall -arch arm64 -miphoneos-version-min=8.0 -funwind-tables"
cd {build_directory}