Skip to content

Commit

Permalink
build: fix darwin/arm broken on macOS 10.12 with Xcode 8.0
Browse files Browse the repository at this point in the history
Xcode 8.0 has been donen't support the iOS 5 anymore

Fixes #18390.

Change-Id: Icc97e09424780c610a8fe173d0cf461d76b06da4
Reviewed-on: https://go-review.googlesource.com/34673
Reviewed-by: David Crawshaw <crawshaw@golang.org>
  • Loading branch information
zchee authored and crawshaw committed Dec 21, 2016
1 parent 8599c0d commit 0ef4815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/ios/clangwrap.sh
Expand Up @@ -17,4 +17,4 @@ else
exit 1
fi

exec $CLANG -arch $CLANGARCH -isysroot $SDK_PATH "$@"
exec $CLANG -arch $CLANGARCH -isysroot $SDK_PATH -mios-version-min=6.0 "$@"

0 comments on commit 0ef4815

Please sign in to comment.