diff options
| -rw-r--r-- | mesonbuild/compilers/mixins/apple.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mesonbuild/compilers/mixins/apple.py b/mesonbuild/compilers/mixins/apple.py index 2a0939334..ca655384d 100644 --- a/mesonbuild/compilers/mixins/apple.py +++ b/mesonbuild/compilers/mixins/apple.py @@ -67,7 +67,9 @@ class AppleCStdsMixin(Compiler): _C17_VERSION = '>=10.0.0' _C18_VERSION = '>=11.0.0' - _C2X_VERSION = '>=11.0.0' + _C2X_VERSION = '>=11.0.3' + _C23_VERSION = '>=17.0.0' + _C2Y_VERSION = '>=17.0.0' class AppleCPPStdsMixin(Compiler): |
