mirror of
https://github.com/NixOS/nix.git
synced 2025-11-08 19:46:02 +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
|
|
@ -1,6 +1,6 @@
|
|||
cxx = meson.get_compiler('cpp')
|
||||
|
||||
subdir('nix-meson-build-support/asan-options')
|
||||
subdir('nix-meson-build-support/common/asan-options')
|
||||
|
||||
libstoreconsumer_tester = executable(
|
||||
'test-libstoreconsumer',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue