Skip to content
Snippets Groups Projects
Commit 304fb677 authored by Ludovico de Nittis's avatar Ludovico de Nittis
Browse files

Merge branch 'wip/smcv/c99' into 'master'

build: Allow C99 constructs

See merge request steam/steam-runtime-tools!17
parents 84ec4222 69a0a88e
No related branches found
No related tags found
1 merge request!17build: Allow C99 constructs
Pipeline #1280 passed
......@@ -88,6 +88,8 @@ foreach flag : no_warning_cflags
add_project_arguments(supported_no_warning_cflags, language : 'c')
endforeach
add_project_arguments(['-std=c99'], language : 'c')
glib = dependency(
'glib-2.0',
version : '>= 2.32',
......
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