mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-23 20:25:14 +02:00
All packages that build with cmake build-style switched from cmake-bootstrap to cmake. Remove the conditional.
6 lines
134 B
Bash
6 lines
134 B
Bash
if [ "$CHROOT_READY" ]; then
|
|
hostmakedepends+=" cmake"
|
|
if [ "${make_cmd:-ninja}" = ninja ]; then
|
|
hostmakedepends+=" ninja"
|
|
fi
|
|
fi
|