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