aboutsummaryrefslogtreecommitdiff
path: root/depends/config.site.in
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2018-03-07 21:12:41 -0500
committerMarcoFalke <falke.marco@gmail.com>2018-03-07 21:12:47 -0500
commit29fad97c320c892ab6a480c81e2078ec22ab354b (patch)
tree73a846e47f600f5eb569fb554aeffc3e01003042 /depends/config.site.in
parenta34ac6ae0788b50e12dd2c8ac59dbda2a03a3c2e (diff)
parentcc879675e16c310f3ce3f2387b7aa966e64e4352 (diff)
downloadbitcoin-29fad97c320c892ab6a480c81e2078ec22ab354b.tar.xz
Merge #12607: depends: Remove ccache
cc879675e1 depends: Remove ccache (fanquake) Pull request description: After discussion with @theuni, we can possibly just remove ccache from depends entirely. Related to #12606 Tree-SHA512: ae0a60c8d97467fa41d617daa48ed22159cf32613808634a983304901dd5ed27124e77868d2314004e5144f7b35ba1333f720bb12daec4c5ca03aaf29d593ef2
Diffstat (limited to 'depends/config.site.in')
-rw-r--r--depends/config.site.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/depends/config.site.in b/depends/config.site.in
index 0a4a9c327e..8444dc26f2 100644
--- a/depends/config.site.in
+++ b/depends/config.site.in
@@ -64,7 +64,6 @@ LDFLAGS="-L$depends_prefix/lib $LDFLAGS"
CC="@CC@"
CXX="@CXX@"
OBJC="${CC}"
-CCACHE=$depends_prefix/native/bin/ccache
PYTHONPATH=$depends_prefix/native/lib/python/dist-packages:$PYTHONPATH
if test -n "@AR@"; then