meson: Downgrade minimum version to 0.53
I tested it on Ubuntu 20.04 and it works properly.
This commit is contained in:
parent
46c7e34439
commit
383e315b21
|
@ -1,7 +1,7 @@
|
||||||
project('desmume',
|
project('desmume',
|
||||||
['c', 'cpp'],
|
['c', 'cpp'],
|
||||||
version: '2.7.10',
|
version: '2.7.10',
|
||||||
meson_version: '>=0.54',
|
meson_version: '>=0.53',
|
||||||
default_options: [
|
default_options: [
|
||||||
'warning_level=0',
|
'warning_level=0',
|
||||||
'c_std=c11',
|
'c_std=c11',
|
||||||
|
|
Loading…
Reference in New Issue