build: set c_std to c11

Signed-off-by: Stephan Lachnit <stephanlachnit@debian.org>
main
Stephan Lachnit 2022-07-25 17:37:32 +02:00
parent 512c8a88ca
commit 40fcca248b
No known key found for this signature in database
GPG Key ID: B35B49EA5D563EFE
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ project(
version : '2.4.112',
license : 'MIT',
meson_version : '>= 0.53',
default_options : ['buildtype=debugoptimized', 'c_std=c99'],
default_options : ['buildtype=debugoptimized', 'c_std=c11'],
)
pkg = import('pkgconfig')