Skip to content
Snippets Groups Projects
Commit b192086b authored by Ignacio Casal Quinteiro's avatar Ignacio Casal Quinteiro Committed by Ignacio Casal Quinteiro
Browse files

meson: change std to gnu99

This is the same as glib and should fix issues with old
compilers
parent b6f55a0d
No related branches found
No related tags found
Loading
......@@ -3,7 +3,7 @@ project(
version: '2.70.0',
license: 'LGPL2.1+',
meson_version: '>= 0.50.0',
default_options: ['c_std=c99']
default_options: ['c_std=gnu99']
)
prefix = get_option('prefix')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment