build: require meson >= 0.39.0
Forgot to update this. Older versions definitely won’t work.
This commit is contained in:
parent
9ccee8f235
commit
59795985fd
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
project('taisei', 'c',
|
||||
license : 'MIT',
|
||||
version : 'v1.1.0-9999',
|
||||
meson_version : '>=0.38.0',
|
||||
meson_version : '>=0.39.0',
|
||||
default_options : [
|
||||
'c_std=gnu11',
|
||||
|
||||
|
|
Loading…
Reference in a new issue