mirror of
https://github.com/LongSoft/UEFITool.git
synced 2024-11-25 09:28:22 +08:00
Lower the meson requirement to what ships in Ubuntu 18.04
This commit is contained in:
parent
f58a97a657
commit
e9261a9900
@ -1,7 +1,7 @@
|
|||||||
project('UEFITool', ['c', 'cpp'],
|
project('UEFITool', ['c', 'cpp'],
|
||||||
version: 'A60',
|
version: 'A60',
|
||||||
license: 'BSD-2-Clause',
|
license: 'BSD-2-Clause',
|
||||||
meson_version: '>=0.53.2',
|
meson_version: '>=0.45.0',
|
||||||
default_options : ['c_std=c11', 'cpp_std=c++11'],
|
default_options : ['c_std=c11', 'cpp_std=c++11'],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user