1
1
Fork 0
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:
Sergei Zimmerman 2025-10-11 16:08:35 +03:00
parent 8064c75694
commit d26a337c09
No known key found for this signature in database
25 changed files with 2 additions and 23 deletions

View file

@ -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',