mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
tools: fix the file name that "meson setup" generates
This commit is contained in:
parent
11fa81bf77
commit
26ab5ea69d
@ -10,7 +10,7 @@ CC="$5"
|
||||
CXX="$6"
|
||||
|
||||
# shellcheck disable=SC2086
|
||||
[ -f "$dst/ninja.build" ] || CC="$CC" CXX="$CXX" meson "$src" "$dst" $options
|
||||
[ -f "$dst/build.ninja" ] || CC="$CC" CXX="$CXX" 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