Bump meson dependency
build_by_default arg in custom_target needs 0.40.0
This commit is contained in:
parent
93c052a3cd
commit
d3c6c338ae
|
|
@ -1,5 +1,5 @@
|
|||
project('sshfs', 'c', version: '3.5.1',
|
||||
meson_version: '>= 0.38',
|
||||
meson_version: '>= 0.40',
|
||||
default_options: [ 'buildtype=debugoptimized' ])
|
||||
|
||||
add_global_arguments('-D_REENTRANT', '-DHAVE_CONFIG_H',
|
||||
|
|
|
|||
Loading…
Reference in New Issue