mirror of
https://github.com/libretro/Lakka.git
synced 2024-11-30 19:40:59 +00:00
config/path: set .ccache dir to ~/.ccache-openelec
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
bd4c37762a
commit
6b598a255e
@ -106,7 +106,7 @@ HOST_PKG_CONFIG_PATH=""
|
||||
HOST_PKG_CONFIG_LIBDIR="$ROOT/$TOOLCHAIN/lib/pkgconfig:$ROOT/$TOOLCHAIN/share/pkgconfig"
|
||||
HOST_PKG_CONFIG_SYSROOT_DIR=""
|
||||
|
||||
export CCACHE_DIR=$ROOT/$BUILD/.ccache
|
||||
export CCACHE_DIR=~/.ccache-openelec
|
||||
export MAKEFLAGS=-j$CONCURRENCY_MAKE_LEVEL
|
||||
export PKG_CONFIG=$ROOT/$TOOLCHAIN/bin/pkg-config
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user