aboutsummaryrefslogtreecommitdiff
path: root/build2/b.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/b.cxx')
-rw-r--r--build2/b.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/build2/b.cxx b/build2/b.cxx
index ba89931..b07dd0e 100644
--- a/build2/b.cxx
+++ b/build2/b.cxx
@@ -606,6 +606,7 @@ main (int argc, char* argv[])
<< "b.name = [string] b" << endl
<< "b.version = [string] '" << LIBBUILD2_VERSION_FULL << '\'' << endl
<< "b.checksum = [string] '" << LIBBUILD2_VERSION_FULL << '\'' << endl
+ << "b.environment = [strings] BUILD2_VAR_OVR BUILD2_DEF_OPT" << endl
<< "b.static = [bool] " <<
#ifdef LIBBUILD2_STATIC
"true"