aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Friedrich <patcher_boys@was-wichtiges.de>2021-06-23 19:26:06 +0200
committerMartin Friedrich <martin-friedrich@marfe.de>2021-07-15 22:25:37 +0200
commitd149a60180da46b73821347c51536acf56a3131c (patch)
treefb1d9e161091ffcbd85ecd4f4bf52cf7cae452b1
parentfb677f8d657884827022e397279b336d87bc75a5 (diff)
downloadmeson-d149a60180da46b73821347c51536acf56a3131c.zip
meson-d149a60180da46b73821347c51536acf56a3131c.tar.gz
meson-d149a60180da46b73821347c51536acf56a3131c.tar.bz2
Fixed one missing argument in updated Constructor
-rw-r--r--mesonbuild/compilers/objc.py1
1 files changed, 1 insertions, 0 deletions
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 @@ class ClangObjCCompiler(ClangCompiler, ObjCCompiler):
'C language standard to use',
['none', 'c89', 'c99', 'c11', 'c17', 'gnu99', 'gnu11'],
'none',
+ 'std',
)
})
return opts