common/environment/build: set CCACHE_BASEDIR to wrksrc
this will rewrite total paths to be relative to CCACHE_BASEDIR before caching, helps prevent cache misses due to changed wrksrc with build systems like cmake that use total paths in their Makefiles
This commit is contained in:
parent
f7c617938f
commit
ea2c703153
|
@ -0,0 +1 @@
|
|||
../configure/ccache.sh
|
|
@ -0,0 +1 @@
|
|||
../configure/ccache.sh
|
|
@ -0,0 +1 @@
|
|||
export CCACHE_BASEDIR="$wrksrc/$build_wrksrc"
|
|
@ -0,0 +1 @@
|
|||
../configure/ccache.sh
|
|
@ -0,0 +1 @@
|
|||
../configure/ccache.sh
|
Loading…
Reference in New Issue