mirror of
https://github.com/NixOS/nix.git
synced 2024-11-21 22:32:26 +00:00
Make the subproject dir src
again
We got rid of this in c7ec33605e
because
of bug https://github.com/mesonbuild/meson/issues/13774, but in the
previous commit we renamed the manual source directory, which avoids it.
Now we can change it back.
This commit is contained in:
parent
eb7d7780b1
commit
379ada42bc
@ -3,6 +3,7 @@
|
||||
|
||||
project('nix-dev-shell', 'cpp',
|
||||
version : files('.version'),
|
||||
subproject_dir : 'src',
|
||||
default_options : [
|
||||
'localstatedir=/nix/var',
|
||||
]
|
||||
|
@ -1 +0,0 @@
|
||||
src
|
Loading…
Reference in New Issue
Block a user