mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-25 15:41:04 +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)
|
ninja)
|
||||||
[[ -e build.ninja ]] || die "build.ninja not found. Error during configure stage."
|
[[ -e build.ninja ]] || die "build.ninja not found. Error during configure stage."
|
||||||
|
case ${CMAKE_VERBOSE} in
|
||||||
|
OFF) NINJA_VERBOSE=OFF eninja "$@" ;;
|
||||||
|
*) eninja "$@" ;;
|
||||||
|
esac
|
||||||
eninja "$@"
|
eninja "$@"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user