From ee0bc1eef7b78f0ae55434199a4d37838f572f2b Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 8 Jun 2020 18:01:59 +0300 Subject: Add metadata variable prefix for cli executable --- cli/cli/cli.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/cli/cli.cxx') 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; -- cgit v1.1