diff --git a/meson.build b/meson.build index 986b534..4278f1c 100644 --- a/meson.build +++ b/meson.build @@ -1,8 +1,9 @@ project('pkgconf', 'c', version : '1.8.0', license : 'ISC', - meson_version : '>=0.47') - + meson_version : '>=0.47', + default_options : ['c_std=c99'], +) cc = meson.get_compiler('c')