summaryrefslogtreecommitdiff
path: root/src/ccache.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ccache.c')
-rw-r--r--src/ccache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ccache.c b/src/ccache.c
index 2b437636..be7527c4 100644
--- a/src/ccache.c
+++ b/src/ccache.c
@@ -3442,7 +3442,7 @@ cc_process_args(struct args *args,
goto out;
}
- if (!conf->run_second_cpp && str_eq(actual_language, "cuda")) {
+ if (!conf->run_second_cpp && str_eq(actual_language, "cu")) {
cc_log("Using CUDA compiler; not compiling preprocessed code");
conf->run_second_cpp = true;
}