meson: use alias_target in one place
It was added in meson 0.52.0, and fits very nicely here. See https://mesonbuild.com/Release-notes-for-0-52-0.html#alias_target.
This commit is contained in:
parent
fce9abb227
commit
6839ce3318
1 changed files with 1 additions and 4 deletions
|
@ -3552,10 +3552,7 @@ foreach tuple : fuzzers
|
|||
endif
|
||||
endforeach
|
||||
|
||||
run_target(
|
||||
'fuzzers',
|
||||
depends : fuzzer_exes,
|
||||
command : ['true'])
|
||||
alias_target('fuzzers', fuzzer_exes)
|
||||
|
||||
############################################################
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue