Test iOS Watch and TV builds.

Take 3
pull/461/head
Jeffrey Walton 2017-08-14 05:45:22 -04:00
parent 9f33d0f834
commit 16442d2eae
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ if [ "$IOS_ARCH" == "armv7s" ]; then
fi fi
# ARM64 fixup. Xcode 5/iOS 7 # ARM64 fixup. Xcode 5/iOS 7
if [ "$IOS_ARCH" == "arm64" ]; then if [ "$IOS_ARCH" == "arm64" ] && [ "$APPLE_SDK" != "AppleTVOS"]; then
IOS_FLAGS=-miphoneos-version-min=7 IOS_FLAGS=-miphoneos-version-min=7
fi fi