void-packages/common/environment/build-style/cmake.sh
2021-03-25 06:58:07 +07:00

9 lines
197 B
Bash

if [ "$CHROOT_READY" ]; then
if [[ "$hostmakedepends" != *"cmake-bootstrap"* ]]; then
hostmakedepends+=" cmake"
fi
if [ "${make_cmd:-ninja}" = ninja ]; then
hostmakedepends+=" ninja"
fi
fi