diff options
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 |