mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
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
@ -3552,10 +3552,7 @@ foreach tuple : fuzzers
|
||||
endif
|
||||
endforeach
|
||||
|
||||
run_target(
|
||||
'fuzzers',
|
||||
depends : fuzzer_exes,
|
||||
command : ['true'])
|
||||
alias_target('fuzzers', fuzzer_exes)
|
||||
|
||||
############################################################
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user