mirror of
https://github.com/NixOS/nix.git
synced 2025-11-11 04:56:01 +01:00
meson: Move asan-options to common
This way we don't have to duplicate the subdir everywhere. Less copy-pasta is good.
This commit is contained in:
parent
8064c75694
commit
d26a337c09
25 changed files with 2 additions and 23 deletions
|
|
@ -31,7 +31,6 @@ rapidcheck = dependency('rapidcheck')
|
|||
deps_public += rapidcheck
|
||||
|
||||
subdir('nix-meson-build-support/common')
|
||||
subdir('nix-meson-build-support/asan-options')
|
||||
|
||||
sources = files(
|
||||
'tests/value/context.cc',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue