summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cli/cli/buildfile2
-rw-r--r--cli/cli/cli.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/cli/cli/buildfile b/cli/cli/buildfile
index dfefc6a..6a5b81b 100644
--- a/cli/cli/buildfile
+++ b/cli/cli/buildfile
@@ -9,7 +9,7 @@ import libs = libcutl%lib{cutl}
#
exe{cli}:
{
- export.metadata = 1
+ export.metadata = 1 cli
cli.version = $version
cli.checksum = $version
}
diff --git a/cli/cli/cli.cxx b/cli/cli/cli.cxx
index 6c51aae..5d7b3e2 100644
--- a/cli/cli/cli.cxx
+++ b/cli/cli/cli.cxx
@@ -42,7 +42,7 @@ main (int argc, char* argv[])
// blank/comment line.
//
o << "# build2 buildfile cli" << endl
- << "export.metadata = 1" << endl
+ << "export.metadata = 1 cli" << endl
<< "cli.version = [string] '" << CLI_VERSION_FULL << '\'' << endl
<< "cli.checksum = [string] '" << CLI_VERSION_FULL << '\'' << endl;