mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-07 08:07:20 +02:00
Set meson C language to C11
This'll allow for C11 Atomics
This commit is contained in:
parent
1170746a37
commit
47b76f1496
@ -1,4 +1,5 @@
|
|||||||
project('gamemode', 'c',
|
project('gamemode', 'c',
|
||||||
|
default_options : ['c_std=c11'],
|
||||||
version : '0.2',
|
version : '0.2',
|
||||||
license : 'BSD' )
|
license : 'BSD' )
|
||||||
cc = meson.get_compiler('c')
|
cc = meson.get_compiler('c')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user