mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-02 14:19:05 +00:00
Merge pull request #169 from zopelee/master
Fix meson error: ‘for’ loop initial declarations are only allowed in …
This commit is contained in:
commit
8890750681
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…
Add table
Add a link
Reference in a new issue