2020-10-20 13:35:22 +02:00
|
|
|
if [ "$CHROOT_READY" ]; then
|
|
|
|
if [[ "$hostmakedepends" != *"cmake-bootstrap"* ]]; then
|
2021-03-17 02:11:31 +01:00
|
|
|
hostmakedepends+=" cmake"
|
|
|
|
fi
|
|
|
|
if [ "${make_cmd:-ninja}" = ninja ]; then
|
|
|
|
hostmakedepends+=" ninja"
|
2020-10-20 13:35:22 +02:00
|
|
|
fi
|
|
|
|
fi
|