Skip to content

Commit 27b7092

Browse files
committed
build: recommend Xcode 13 or later
Change-Id: I1d914014a9cd83baa137d5372a1a494f8502b58e
1 parent 2907a29 commit 27b7092

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.waf-tools/default-compiler-flags.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ def configure(conf):
2727
if Utils.unversioned_sys_platform() == 'darwin':
2828
if ccver < (10, 0, 0):
2929
errmsg = ('The version of Xcode you are using is too old.\n'
30-
'The minimum supported Xcode version is 12.4.')
31-
elif ccver < (12, 0, 0):
32-
warnmsg = ('Using a version of Xcode older than 12.4 is not '
30+
'The minimum supported Xcode version is 13.0.')
31+
elif ccver < (13, 0, 0):
32+
warnmsg = ('Using a version of Xcode older than 13.0 is not '
3333
'officially supported and may result in build failures.')
3434
elif ccver < (7, 0, 0):
3535
errmsg = ('The version of clang you are using is too old.\n'

0 commit comments

Comments
 (0)