build-style/cmake: do not require ninja if make_cmd is make
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
if [ "$CHROOT_READY" ]; then
|
||||
if [[ "$hostmakedepends" != *"cmake-bootstrap"* ]]; then
|
||||
hostmakedepends+=" cmake ninja"
|
||||
hostmakedepends+=" cmake"
|
||||
fi
|
||||
if [ "${make_cmd:-ninja}" = ninja ]; then
|
||||
hostmakedepends+=" ninja"
|
||||
fi
|
||||
fi
|
||||
|
Reference in New Issue
Block a user