mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-01-19 01:26:47 +02: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
2 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
project('nix-dev-shell', 'cpp',
|
project('nix-dev-shell', 'cpp',
|
||||||
version : files('.version'),
|
version : files('.version'),
|
||||||
|
subproject_dir : 'src',
|
||||||
default_options : [
|
default_options : [
|
||||||
'localstatedir=/nix/var',
|
'localstatedir=/nix/var',
|
||||||
]
|
]
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
src
|
|
Loading…
Reference in a new issue