From e457cc38afbbff194e0c6c484d608cf3c4498533 Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Mon, 4 Nov 2019 10:10:14 +0100 Subject: [PATCH] misc/ios: bump -mios-version-min Recent Xcode versions started to complain about the current min version: ld: warning: OS version (6.0.0) too small, changing to 7.0.0 Change-Id: Ieb525dd3e57429fe226b9d30d584b073c5e4768c Reviewed-on: https://go-review.googlesource.com/c/go/+/204663 Reviewed-by: Tobias Klauser Run-TryBot: Elias Naur TryBot-Result: Gobot Gobot --- misc/ios/clangwrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/ios/clangwrap.sh b/misc/ios/clangwrap.sh index 9141c8c447..c69a9bf355 100755 --- a/misc/ios/clangwrap.sh +++ b/misc/ios/clangwrap.sh @@ -17,4 +17,4 @@ else exit 1 fi -exec $CLANG -arch $CLANGARCH -isysroot $SDK_PATH -mios-version-min=6.0 "$@" +exec $CLANG -arch $CLANGARCH -isysroot $SDK_PATH -mios-version-min=10.0 "$@" -- 2.51.0