diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-04-17 15:34:59 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-04-17 15:34:59 +0200 |
commit | c775a7f28a56ef96f097e677434eceec9d8f2cdf (patch) | |
tree | c28a45a80395c532ec25f83fd5f59f294dd8eeb6 | |
parent | 42aa67fccf593eb8352733aed1bd3ac1f26110dc (diff) |
Improve diagnostics
-rw-r--r-- | build/cxx/rule.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/cxx/rule.cxx b/build/cxx/rule.cxx index 6f5606c..a8a869f 100644 --- a/build/cxx/rule.cxx +++ b/build/cxx/rule.cxx @@ -74,7 +74,8 @@ namespace build // if (t.is_a<obj> ()) - fail << diag_doing (a, t) << " directly not supported"; + fail << diag_doing (a, t) << " target group" << + info << "explicitly select either obja{} or objso{} member"; // See if we have a C++ source file. // |