summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2021-01-31 01:06:34 +0100
committerbartus2021-09-23 17:29:56 +0200
commit2809860e3c42cb10fb70f0d57a2be3bd40ebd695 (patch)
treeac80b8174a85da235966c4a13c3872091d569684
parentac42c78a36a9031cf53734b16144b2bfec8664a5 (diff)
downloadaur-2809860e3c42cb10fb70f0d57a2be3bd40ebd695.tar.gz
Allow ccache reuse in different location.
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9c57096714b5..9e0bf54b5adc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -44,6 +44,7 @@ prepare() {
}
build() {
+ export CCACHE_BASEDIR="$srcdir"
# shellcheck disable=SC2191
CMAKE_FLAGS=(
-Wno-dev