meson: Require Meson >= 0.49
Needed for compiler.get_argument_syntax().
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
project('fadec', ['c'], default_options: ['warning_level=3', 'c_std=c11'],
|
project('fadec', ['c'], default_options: ['warning_level=3', 'c_std=c11'],
|
||||||
meson_version: '>=0.40')
|
meson_version: '>=0.49')
|
||||||
|
|
||||||
python3 = find_program('python3')
|
python3 = find_program('python3')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user