build: set c_std to c11
Signed-off-by: Stephan Lachnit <stephanlachnit@debian.org>main
parent
512c8a88ca
commit
40fcca248b
|
@ -24,7 +24,7 @@ project(
|
||||||
version : '2.4.112',
|
version : '2.4.112',
|
||||||
license : 'MIT',
|
license : 'MIT',
|
||||||
meson_version : '>= 0.53',
|
meson_version : '>= 0.53',
|
||||||
default_options : ['buildtype=debugoptimized', 'c_std=c99'],
|
default_options : ['buildtype=debugoptimized', 'c_std=c11'],
|
||||||
)
|
)
|
||||||
|
|
||||||
pkg = import('pkgconfig')
|
pkg = import('pkgconfig')
|
||||||
|
|
Loading…
Reference in New Issue