mirror of
https://github.com/systemd/systemd.git
synced 2025-01-10 05:18:17 +03:00
meson: check the existence of ninja.build for fuzzer tests
This commit is contained in:
parent
ba323bbead
commit
0a924a775a
@ -6,7 +6,7 @@ dst="$2"
|
||||
target="$3"
|
||||
options="$4"
|
||||
|
||||
[ -d "$dst" ] || meson "$src" "$dst" $options
|
||||
[ -f "$dst/ninja.build" ] || meson "$src" "$dst" $options
|
||||
|
||||
# Locate ninja binary, on CentOS 7 it is called ninja-build, so
|
||||
# use that name if available.
|
||||
|
Loading…
Reference in New Issue
Block a user