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 d16d828..0522d47 100644
--- a/build2/b.cxx
+++ b/build2/b.cxx
@@ -147,6 +147,7 @@ main (int argc, char* argv[])
{
cout << "build2 " << BUILD2_VERSION_STR<< endl
<< "libbutl " << LIBBUTL_VERSION_STR << endl
+ << "host " << BUILD2_HOST_TRIPLET << endl
<< "Copyright (c) 2014-2016 Code Synthesis Ltd" << endl
<< "This is free software released under the MIT license." << endl;
return 0;