mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
Merge pull request #12978 from SuperSandro2000/patch-2
Fix meson warning about meson_version 1.1
This commit is contained in:
commit
6d50980c2f
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@ project('nix-dev-shell', 'cpp',
|
||||||
subproject_dir : 'src',
|
subproject_dir : 'src',
|
||||||
default_options : [
|
default_options : [
|
||||||
'localstatedir=/nix/var',
|
'localstatedir=/nix/var',
|
||||||
]
|
],
|
||||||
|
meson_version : '>= 1.1'
|
||||||
)
|
)
|
||||||
|
|
||||||
# Internal Libraries
|
# Internal Libraries
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue