1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-09 12:06: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:
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

@ -32,7 +32,6 @@ deps_public_maybe_subproject = [
subdir('nix-meson-build-support/subprojects')
subdir('nix-meson-build-support/common')
subdir('nix-meson-build-support/asan-options')
sources = files(
'nix_api_flake.cc',