04715e12f6
closes #28304
5 lines
128 B
Bash
5 lines
128 B
Bash
if [ "$CHROOT_READY" ]; then
|
|
if [[ "$hostmakedepends" != *"cmake-bootstrap"* ]]; then
|
|
hostmakedepends+=" cmake ninja"
|
|
fi
|
|
fi
|