Fix meson warning about meson_version 1.1
meson.options requires that we set meson_version to at least 1.1 similar to #12956
This commit is contained in:
@@ -6,7 +6,8 @@ project('nix-dev-shell', 'cpp',
|
||||
subproject_dir : 'src',
|
||||
default_options : [
|
||||
'localstatedir=/nix/var',
|
||||
]
|
||||
],
|
||||
meson_version : '>= 1.1'
|
||||
)
|
||||
|
||||
# Internal Libraries
|
||||
|
||||
Reference in New Issue
Block a user