From 83459829f24624e3cee20a7199af5c69e9678b69 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 19 Oct 2018 10:44:52 +0200 Subject: Suggest override variable (config.x) when tool is not found --- build2/cc/guess.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'build2/cc/guess.hxx') diff --git a/build2/cc/guess.hxx b/build2/cc/guess.hxx index 599c56d..6e0281c 100644 --- a/build2/cc/guess.hxx +++ b/build2/cc/guess.hxx @@ -215,6 +215,7 @@ namespace build2 // const compiler_info& guess (lang, + const string& xv, // Override variable (config.x) for diagnostics. const path& xc, const strings* c_poptions, const strings* x_poptions, const strings* c_coptions, const strings* x_coptions, -- cgit v1.1