mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 16:43:50 +02:00
5 lines
122 B
Bash
5 lines
122 B
Bash
if [ "$CHROOT_READY" ]; then
|
|
if [[ "$hostmakedepends" != *"cmake-bootstrap"* ]]; then
|
|
hostmakedepends+=" cmake"
|
|
fi
|
|
fi
|