void-packages/common/environment/build-style/cmake.sh
Đoàn Trần Công Danh c310295bfe build-style/cmake: always depends on cmake in host
All packages that build with cmake build-style switched from
cmake-bootstrap to cmake. Remove the conditional.
2021-06-07 15:38:30 +07:00

7 lines
134 B
Bash

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