build-style/cmake: support build with cmake-bootstrap
This commit is contained in:
committed by
Đoàn Trần Công Danh
parent
d8a1929628
commit
6b9c9c7dfa
@@ -1,6 +1,6 @@
|
||||
if [ "$CHROOT_READY" ]; then
|
||||
if [ "$pkgname" != cmake ]; then
|
||||
hostmakedepends+=" cmake"
|
||||
if [ "$pkgname" != cmake-bootstrap ]; then
|
||||
hostmakedepends+=" cmake-bootstrap"
|
||||
fi
|
||||
if [ "${make_cmd:-ninja}" = ninja ]; then
|
||||
hostmakedepends+=" ninja"
|
||||
|
||||
Reference in New Issue
Block a user