Test iOS Watch and TV builds.

Take 4
pull/461/head
Jeffrey Walton 2017-08-14 06:16:25 -04:00
parent 16442d2eae
commit 74aa5b7e12
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
# ARM64 fixup. Xcode 5/iOS 7
if [ "$IOS_ARCH" == "arm64" ] && [ "$APPLE_SDK" != "AppleTVOS"]; then
if [ "$IOS_ARCH" == "arm64" ] && [ "$APPLE_SDK" != "AppleTVOS" ]; then
IOS_FLAGS=-miphoneos-version-min=7
fi