aboutsummaryrefslogtreecommitdiff
path: root/build2/bin/init.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/bin/init.cxx')
-rw-r--r--build2/bin/init.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/build2/bin/init.cxx b/build2/bin/init.cxx
index 5a13a87..59d9ce6 100644
--- a/build2/bin/init.cxx
+++ b/build2/bin/init.cxx
@@ -83,7 +83,6 @@ namespace build2
v.insert<string> ("bin.exe.suffix");
v.insert<map<string, string>> ("bin.lib.version",
- false,
variable_visibility::project);
}
@@ -202,7 +201,7 @@ namespace build2
if (v == nullptr)
fail (loc) << "unable to determine binutils target" <<
- info << "consider specifying it with " << var.name <<
+ info << "consider specifying it with " << var <<
info << "or first load a module that can provide it as a hint, "
<< "such as c or cxx";