mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
ccache: don't override make_host
There's no need for it, it only delays building until makeinstall and messes up build time statistics. Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
243b9a2347
commit
16ec111802
@ -27,10 +27,6 @@ configure_host() {
|
|||||||
..
|
..
|
||||||
}
|
}
|
||||||
|
|
||||||
make_host() {
|
|
||||||
:
|
|
||||||
}
|
|
||||||
|
|
||||||
post_makeinstall_host() {
|
post_makeinstall_host() {
|
||||||
# setup ccache
|
# setup ccache
|
||||||
if [ -z "${CCACHE_DISABLE}" ]; then
|
if [ -z "${CCACHE_DISABLE}" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user