提交 c4a1fc74 编写于 作者: R Romain Vimont

Explicitly use ISO C11

ISO C99 doesn't support unnamed structs/unions.
上级 a3ab9222
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')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册