ccache: force bootstrap build to use gnu-make

This commit is contained in:
John 2021-01-29 16:30:11 +01:00
parent 04715e12f6
commit 38c0942636

View file

@ -16,6 +16,8 @@ checksum=2f14b11888c39778c93814fc6843fc25ad60ff6ba4eeee3dff29a1bad67ba94f
if [ -z "$CHROOT_READY" ]; then
hostmakedepends="cmake-bootstrap"
export CMAKE_GENERATOR="Unix Makefiles"
make_cmd="make"
else
hostmakedepends="asciidoc perl"
fi