We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2907a29 commit 27b7092Copy full SHA for 27b7092
1 file changed
.waf-tools/default-compiler-flags.py
@@ -27,9 +27,9 @@ def configure(conf):
27
if Utils.unversioned_sys_platform() == 'darwin':
28
if ccver < (10, 0, 0):
29
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 '
+ 'The minimum supported Xcode version is 13.0.')
+ elif ccver < (13, 0, 0):
+ warnmsg = ('Using a version of Xcode older than 13.0 is not '
33
'officially supported and may result in build failures.')
34
elif ccver < (7, 0, 0):
35
errmsg = ('The version of clang you are using is too old.\n'
0 commit comments