mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-10 09:03:50 +02:00
8 lines
197 B
Bash
8 lines
197 B
Bash
if [ "$CHROOT_READY" ]; then
|
|
if [[ "$hostmakedepends" != *"cmake-bootstrap"* ]]; then
|
|
hostmakedepends+=" cmake"
|
|
fi
|
|
if [ "${make_cmd:-ninja}" = ninja ]; then
|
|
hostmakedepends+=" ninja"
|
|
fi
|
|
fi
|