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

libglnx: Make the Meson build work on older compilers

parent 65030117
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.
Please register or to comment