From 42f7c78fe39d64546ee1d1b19d6657c56fb10ee7 Mon Sep 17 00:00:00 2001 From: DRC Date: Fri, 13 Nov 2020 15:18:35 -0600 Subject: [PATCH] BUILDING.md: Use min. iOS v8 in iOS Armv8 example This is necessary in order to enable thread-local storage. --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 6828809e..2aef181f 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -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}