Fix meson error: ‘for’ loop initial declarations are only allowed in C99 mode.
This commit is contained in:
parent
c8a5f9dc63
commit
aac9d5057f
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
project('scrcpy', 'c', meson_version: '>= 0.37')
|
project('scrcpy', 'c', meson_version: '>= 0.37', default_options : 'c_std=c99')
|
||||||
|
|
||||||
if get_option('build_app')
|
if get_option('build_app')
|
||||||
subdir('app')
|
subdir('app')
|
||||||
|
|
Loading…
Reference in a new issue