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