aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/guess.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-10-19 10:44:52 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-10-19 10:44:52 +0200
commit83459829f24624e3cee20a7199af5c69e9678b69 (patch)
tree81774d67dac0829c39a351cfbfe8e7be808bb94d /build2/cc/guess.hxx
parent9f9a7c8b7ab245fd20706ff9f6e834899b86b4e6 (diff)
Suggest override variable (config.x) when tool is not found
Diffstat (limited to 'build2/cc/guess.hxx')
-rw-r--r--build2/cc/guess.hxx1
1 files changed, 1 insertions, 0 deletions
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,