Meson: use gnu99
We use variable init in for loops, so need c99.
This commit is contained in:
parent
4b1bc7f65e
commit
4fad1607ed
@ -1,6 +1,7 @@
|
|||||||
project('raylib', 'c', version: '1.7.0',
|
project('raylib', 'c', version: '1.7.0',
|
||||||
license: 'zlib',
|
license: 'zlib',
|
||||||
meson_version: '>= 0.39.1')
|
meson_version: '>= 0.39.1',
|
||||||
|
default_options : 'c_std=gnu99')
|
||||||
|
|
||||||
cc = meson.get_compiler('c')
|
cc = meson.get_compiler('c')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user