Merge pull request #169 from zopelee/master

Fix meson error: ‘for’ loop initial declarations are only allowed in …
pull/194/head
Romain Vimont 6 years ago committed by GitHub
commit 8890750681
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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')
subdir('app')

Loading…
Cancel
Save