mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 18:43:49 +01:00
Build with C17
All supported platforms have compilers supporting C17.
This commit is contained in:
parent
2aef9ece6e
commit
6cddcbf353
@ -1,7 +1,7 @@
|
|||||||
project('zathura', 'c',
|
project('zathura', 'c',
|
||||||
version: '0.5.2',
|
version: '0.5.2',
|
||||||
meson_version: '>=0.61',
|
meson_version: '>=0.61',
|
||||||
default_options: ['c_std=c11', 'warning_level=3'],
|
default_options: ['c_std=c17', 'warning_level=3'],
|
||||||
)
|
)
|
||||||
|
|
||||||
version = meson.project_version()
|
version = meson.project_version()
|
||||||
|
Loading…
Reference in New Issue
Block a user