From d90ac405ae50f84a3cf4ba0b806cca1c89f81cff Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 26 Jul 2018 14:12:56 +0300 Subject: Make project variable to be of project_name type --- build2/install/init.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/install/init.cxx') diff --git a/build2/install/init.cxx b/build2/install/init.cxx index 682f6b0..5c28cfa 100644 --- a/build2/install/init.cxx +++ b/build2/install/init.cxx @@ -250,7 +250,7 @@ namespace build2 if (s) config::save_module (rs, "install", INT32_MAX); - const string& n (project (rs)); + const string& n (project (rs).string ()); // Global config.install.* values. // -- cgit v1.1