mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-25 21:25:11 +02:00
10 lines
230 B
Bash
10 lines
230 B
Bash
if [ "$CHROOT_READY" ]; then
|
|
if [ "$pkgname" != cmake-bootstrap ]; then
|
|
hostmakedepends+=" cmake-bootstrap"
|
|
fi
|
|
if [ "${make_cmd:-ninja}" = ninja ]; then
|
|
hostmakedepends+=" ninja"
|
|
fi
|
|
fi
|
|
|
|
export CTEST_OUTPUT_ON_FAILURE=TRUE
|