mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
Allow ccache folder to be overridden by an env
This commit is contained in:
parent
58675a6fd6
commit
30e0704787
@ -106,7 +106,9 @@ HOST_PKG_CONFIG_PATH=""
|
|||||||
HOST_PKG_CONFIG_LIBDIR="$ROOT/$TOOLCHAIN/lib/pkgconfig:$ROOT/$TOOLCHAIN/share/pkgconfig"
|
HOST_PKG_CONFIG_LIBDIR="$ROOT/$TOOLCHAIN/lib/pkgconfig:$ROOT/$TOOLCHAIN/share/pkgconfig"
|
||||||
HOST_PKG_CONFIG_SYSROOT_DIR=""
|
HOST_PKG_CONFIG_SYSROOT_DIR=""
|
||||||
|
|
||||||
export CCACHE_DIR=$HOME/.ccache-openelec
|
if [ -z "$CCACHE_DIR" ]; then
|
||||||
|
export CCACHE_DIR=$HOME/.ccache-openelec
|
||||||
|
fi
|
||||||
export MAKEFLAGS=-j$CONCURRENCY_MAKE_LEVEL
|
export MAKEFLAGS=-j$CONCURRENCY_MAKE_LEVEL
|
||||||
export PKG_CONFIG=$ROOT/$TOOLCHAIN/bin/pkg-config
|
export PKG_CONFIG=$ROOT/$TOOLCHAIN/bin/pkg-config
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user