From 4bab5c56cd1c91a928af73e0d428d8cc361600f4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 2 Jul 2020 07:51:07 +0200 Subject: Cache project name in root_extra --- libbuild2/operation.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/operation.cxx') 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 (rs[ctx.var_project]) << endl + << "project: " << project (rs) << endl << "version: " << cast_empty (rs[ctx.var_version]) << endl << "summary: " << cast_empty (rs[ctx.var_project_summary]) << endl << "url: " << cast_empty (rs[ctx.var_project_url]) << endl -- cgit v1.1