Add gnuXX stds to Objective C.

pull/8771/head
Jussi Pakkanen 4 years ago
parent 1730778974
commit ab0b727427
  1. 2
      mesonbuild/compilers/objc.py

@ -90,7 +90,7 @@ class ClangObjCCompiler(ClangCompiler, ObjCCompiler):
opts.update({
OptionKey('std', machine=self.for_machine, lang='c'): coredata.UserComboOption(
'C language standard to use',
['none', 'c89', 'c99', 'c11', 'c17'],
['none', 'c89', 'c99', 'c11', 'c17', 'gnu99', 'gnu11'],
'none',
)
})

Loading…
Cancel
Save