diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-07-02 07:51:07 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-07-02 07:51:07 +0200 |
commit | 4bab5c56cd1c91a928af73e0d428d8cc361600f4 (patch) | |
tree | deccae44ecd64dae3566e902a3ee4fd8b7353e1a /libbuild2/operation.cxx | |
parent | 47d266e501522ccb217ec3a7aeebdfb54f3b30fb (diff) |
Cache project name in root_extra
Diffstat (limited to 'libbuild2/operation.cxx')
-rw-r--r-- | libbuild2/operation.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/operation.cxx b/libbuild2/operation.cxx index 37baddd..6dd46c7 100644 --- a/libbuild2/operation.cxx +++ b/libbuild2/operation.cxx @@ -546,7 +546,7 @@ namespace build2 // This could be a simple project that doesn't set project name. // cout - << "project: " << cast_empty<project_name> (rs[ctx.var_project]) << endl + << "project: " << project (rs) << endl << "version: " << cast_empty<string> (rs[ctx.var_version]) << endl << "summary: " << cast_empty<string> (rs[ctx.var_project_summary]) << endl << "url: " << cast_empty<string> (rs[ctx.var_project_url]) << endl |