Explicitly use ISO C11

ISO C99 doesn't support unnamed structs/unions.
pull/204/merge
Romain Vimont 6 years ago
parent a3ab92226d
commit c4a1fc746b

@ -1,4 +1,4 @@
project('scrcpy', 'c', meson_version: '>= 0.37', default_options : 'c_std=c99')
project('scrcpy', 'c', meson_version: '>= 0.37', default_options : 'c_std=c11')
if get_option('build_app')
subdir('app')

Loading…
Cancel
Save