summaryrefslogtreecommitdiff
path: root/site_scons/site_tools/ccache.py
diff options
context:
space:
mode:
Diffstat (limited to 'site_scons/site_tools/ccache.py')
-rw-r--r--site_scons/site_tools/ccache.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/site_scons/site_tools/ccache.py b/site_scons/site_tools/ccache.py
index 2a894919f8d..de7d03e5472 100644
--- a/site_scons/site_tools/ccache.py
+++ b/site_scons/site_tools/ccache.py
@@ -144,8 +144,8 @@ def generate(env):
# hash result to prevent erroneous cache hits.
if "CCACHE_EXTRAFILES" in env and env["CCACHE_EXTRAFILES"]:
env["ENV"]["CCACHE_EXTRAFILES"] = ":".join([
- blackfile.path
- for blackfile in env["CCACHE_EXTRAFILES"]
+ denyfile.path
+ for denyfile in env["CCACHE_EXTRAFILES"]
])
# Make a generator to expand to CCACHE in the case where we are