Skip to content

Commit 36be0be

Browse files
changkundmitshur
authored andcommitted
misc/ios: bump min version
For #48076 Change-Id: I5edaa43af82c3478555c309a001a3d1b16de3d64 Reviewed-on: https://go-review.googlesource.com/c/go/+/368615 Run-TryBot: Cherry Mui <[email protected]> Reviewed-by: Cherry Mui <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Roland Shoemaker <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
1 parent 28ec0fd commit 36be0be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/ios/clangwrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ export IPHONEOS_DEPLOYMENT_TARGET=5.1
1717
# cmd/cgo doesn't support llvm-gcc-4.2, so we have to use clang.
1818
CLANG=`xcrun --sdk $SDK --find clang`
1919

20-
exec "$CLANG" -arch $CLANGARCH -isysroot "$SDK_PATH" -m${PLATFORM}-version-min=10.0 "$@"
20+
exec "$CLANG" -arch $CLANGARCH -isysroot "$SDK_PATH" -m${PLATFORM}-version-min=12.0 "$@"

0 commit comments

Comments
 (0)