summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ccache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ccache.c b/src/ccache.c
index be7527c4..32366eaf 100644
--- a/src/ccache.c
+++ b/src/ccache.c
@@ -2173,7 +2173,7 @@ calculate_object_hash(struct args *args, struct args *preprocessor_args,
hash_delimiter(hash, "/dev/null dependency file");
}
- if (!found_ccbin && str_eq(actual_language, "cuda")) {
+ if (!found_ccbin && str_eq(actual_language, "cu")) {
hash_nvcc_host_compiler(hash, NULL, NULL);
}