Explicitly use ISO C11
ISO C99 doesn't support unnamed structs/unions.
This commit is contained in:
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')
|
if get_option('build_app')
|
||||||
subdir('app')
|
subdir('app')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user