Skip to content

Commit

Permalink
misc/ios: bump -mios-version-min
Browse files Browse the repository at this point in the history
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 <tobias.klauser@gmail.com>
Run-TryBot: Elias Naur <mail@eliasnaur.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
  • Loading branch information
eliasnaur committed Nov 5, 2019
1 parent 79a00a3 commit e457cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/ios/clangwrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 "$@"

0 comments on commit e457cc3

Please sign in to comment.