Merge pull request #12978 from SuperSandro2000/patch-2

Fix meson warning about meson_version 1.1
This commit is contained in:
Jörg Thalheim
2025-04-09 18:31:47 +02:00
committed by GitHub

View File

@@ -6,7 +6,8 @@ project('nix-dev-shell', 'cpp',
subproject_dir : 'src',
default_options : [
'localstatedir=/nix/var',
]
],
meson_version : '>= 1.1'
)
# Internal Libraries