ea2c703153
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
2 lines
46 B
Bash
2 lines
46 B
Bash
export CCACHE_BASEDIR="$wrksrc/$build_wrksrc"
|