5 lines
122 B
Bash
5 lines
122 B
Bash
if [ "$CHROOT_READY" ]; then
|
|
if [[ "$hostmakedepends" != *"cmake-bootstrap"* ]]; then
|
|
hostmakedepends+=" cmake"
|
|
fi
|
|
fi
|