mirror of
https://github.com/janet-lang/janet
synced 2024-11-25 09:47:17 +00:00
Merge pull request #657 from ffontaine/master
meson.build: defaults to c99 for "build.c_std"
This commit is contained in:
commit
73c7711c78
@ -19,7 +19,7 @@
|
|||||||
# IN THE SOFTWARE.
|
# IN THE SOFTWARE.
|
||||||
|
|
||||||
project('janet', 'c',
|
project('janet', 'c',
|
||||||
default_options : ['c_std=c99', 'b_lundef=false', 'default_library=both'],
|
default_options : ['c_std=c99', 'build.c_std=c99', 'b_lundef=false', 'default_library=both'],
|
||||||
version : '1.15.3')
|
version : '1.15.3')
|
||||||
|
|
||||||
# Global settings
|
# Global settings
|
||||||
|
Loading…
Reference in New Issue
Block a user