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:
Stephan Raue 2012-05-13 18:27:47 +02:00
parent c85249eb83
commit 26822c1204

View File

@ -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