ccache: force bootstrap build to use gnu-make
This commit is contained in:
parent
04715e12f6
commit
38c0942636
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ checksum=2f14b11888c39778c93814fc6843fc25ad60ff6ba4eeee3dff29a1bad67ba94f
|
||||||
|
|
||||||
if [ -z "$CHROOT_READY" ]; then
|
if [ -z "$CHROOT_READY" ]; then
|
||||||
hostmakedepends="cmake-bootstrap"
|
hostmakedepends="cmake-bootstrap"
|
||||||
|
export CMAKE_GENERATOR="Unix Makefiles"
|
||||||
|
make_cmd="make"
|
||||||
else
|
else
|
||||||
hostmakedepends="asciidoc perl"
|
hostmakedepends="asciidoc perl"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue