From 74aa5b7e124809fc7657e80ae87a088101337937 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Mon, 14 Aug 2017 06:16:25 -0400 Subject: [PATCH] Test iOS Watch and TV builds. Take 4 --- setenv-ios.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setenv-ios.sh b/setenv-ios.sh index d76cb5fb..dd714920 100755 --- a/setenv-ios.sh +++ b/setenv-ios.sh @@ -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