mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
config/path: use $HOME instead ~ it seems ccache dont expand this on various platforms, this should fix #644
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
c85249eb83
commit
26822c1204
@ -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=~/.ccache-openelec
|
||||
export CCACHE_DIR=$HOME/.ccache-openelec
|
||||
export MAKEFLAGS=-j$CONCURRENCY_MAKE_LEVEL
|
||||
export PKG_CONFIG=$ROOT/$TOOLCHAIN/bin/pkg-config
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user