mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-25 07:31:01 +02:00
eclass/cmake: Sync with Gentoo
It's from Gentoo commit f042f7c1d9a26422514494a1d4e98e51a4255b28.
This commit is contained in:
parent
44b675ddac
commit
fae45d64b3
@ -651,6 +651,10 @@ cmake_build() {
|
||||
;;
|
||||
ninja)
|
||||
[[ -e build.ninja ]] || die "build.ninja not found. Error during configure stage."
|
||||
case ${CMAKE_VERBOSE} in
|
||||
OFF) NINJA_VERBOSE=OFF eninja "$@" ;;
|
||||
*) eninja "$@" ;;
|
||||
esac
|
||||
eninja "$@"
|
||||
;;
|
||||
esac
|
||||
|
Loading…
x
Reference in New Issue
Block a user