mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09: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:
@@ -3552,10 +3552,7 @@ foreach tuple : fuzzers
|
||||
endif
|
||||
endforeach
|
||||
|
||||
run_target(
|
||||
'fuzzers',
|
||||
depends : fuzzer_exes,
|
||||
command : ['true'])
|
||||
alias_target('fuzzers', fuzzer_exes)
|
||||
|
||||
############################################################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user