summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.json b/configure.json
index c93bea46bc..525cb5a12c 100644
--- a/configure.json
+++ b/configure.json
@@ -1230,7 +1230,7 @@
"ccache": {
"label": "Using ccache",
"autoDetect": false,
- "condition": "config.unix && tests.ccache",
+ "condition": "tests.ccache",
"output": [ "privateConfig" ]
},
"msvc_mp": {