diff --git a/src/cli.c b/src/cli.c index 1d8cf5f..974dc89 100644 --- a/src/cli.c +++ b/src/cli.c @@ -944,6 +944,7 @@ cli_link_library(void *arg) args[idx++] = "-shared"; #endif + has_cpp = 0; TAILQ_FOREACH(cf, &source_files, list) { if (cf->cpp) has_cpp = 1;