Skip to content
Snippets Groups Projects
Commit 738ee7ac authored by Simon McVittie's avatar Simon McVittie
Browse files

Make the Meson build work on older compilers

parent 744bd182
No related branches found
No related tags found
No related merge requests found
project('libglnx', 'c')
add_project_arguments('-D_GNU_SOURCE', language: 'c')
add_project_arguments('-std=gnu99', language: 'c')
add_project_arguments('-Wno-unused-local-typedefs', language: 'c')
cc = meson.get_compiler('c')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment