mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-29 12:34:46 +02:00
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
1 line
46 B
Bash
1 line
46 B
Bash
export CCACHE_BASEDIR="$wrksrc/$build_wrksrc"
|