mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
build-style cmake: depend only if $CHROOT_READY
This commit is contained in:
parent
7288a46980
commit
375a75dc07
1 changed files with 5 additions and 1 deletions
|
@ -1 +1,5 @@
|
||||||
hostmakedepends+=" cmake"
|
if [ "$CHROOT_READY" ]; then
|
||||||
|
if [[ "$hostmakedepends" != *"cmake-bootstrap"* ]]; then
|
||||||
|
hostmakedepends+=" cmake"
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue