Skip to content

Commit e457cc3

Browse files
committed
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 <[email protected]> Run-TryBot: Elias Naur <[email protected]> TryBot-Result: Gobot Gobot <[email protected]>
1 parent 79a00a3 commit e457cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/ios/clangwrap.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ else
1717
exit 1
1818
fi
1919

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

0 commit comments

Comments
 (0)