Set meson C language to C11

This'll allow for C11 Atomics
This commit is contained in:
Marc Di Luzio 2018-01-15 12:11:35 +00:00
parent 1170746a37
commit 47b76f1496

View File

@ -1,4 +1,5 @@
project('gamemode', 'c',
default_options : ['c_std=c11'],
version : '0.2',
license : 'BSD' )
cc = meson.get_compiler('c')