mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
ccache: explicitly set CCACHE_DIR to the dir we want to use
Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
@@ -17,7 +17,7 @@ PKG_CONFIGURE_OPTS_HOST="--with-bundled-zlib"
|
|||||||
post_makeinstall_host() {
|
post_makeinstall_host() {
|
||||||
# setup ccache
|
# setup ccache
|
||||||
if [ -z "${CCACHE_DISABLE}" ]; then
|
if [ -z "${CCACHE_DISABLE}" ]; then
|
||||||
${TOOLCHAIN}/bin/ccache --max-size=${CCACHE_CACHE_SIZE}
|
CCACHE_DIR="${BUILD_CCACHE_DIR}" ${TOOLCHAIN}/bin/ccache --max-size=${CCACHE_CACHE_SIZE}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cat > ${TOOLCHAIN}/bin/host-gcc <<EOF
|
cat > ${TOOLCHAIN}/bin/host-gcc <<EOF
|
||||||
|
|||||||
Reference in New Issue
Block a user