commit | d149a60180da46b73821347c51536acf56a3131c | [log] [tgz] |
---|---|---|
author | Martin Friedrich <patcher_boys@was-wichtiges.de> | Wed Jun 23 19:26:06 2021 +0200 |
committer | Martin Friedrich <martin-friedrich@marfe.de> | Thu Jul 15 22:25:37 2021 +0200 |
tree | fb1d9e161091ffcbd85ecd4f4bf52cf7cae452b1 | |
parent | fb677f8d657884827022e397279b336d87bc75a5 [diff] |
Fixed one missing argument in updated Constructor
diff --git a/mesonbuild/compilers/objc.py b/mesonbuild/compilers/objc.py index 9114f93..548a6db 100644 --- a/mesonbuild/compilers/objc.py +++ b/mesonbuild/compilers/objc.py
@@ -92,6 +92,7 @@ 'C language standard to use', ['none', 'c89', 'c99', 'c11', 'c17', 'gnu99', 'gnu11'], 'none', + 'std', ) }) return opts