aboutsummaryrefslogtreecommitdiff
path: root/bdep/build.txx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-05-23 18:30:01 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-05-24 17:18:33 +0300
commitf4e192564a6e048eef14f21ab4d269874b6bfba3 (patch)
treeb7b5ca697f64044dcf10129fef9777ba632379ca /bdep/build.txx
parente65b3fd3f273a4377f07872c8bb944858b8d3153 (diff)
Adapt to inventing package_name type
Diffstat (limited to 'bdep/build.txx')
-rw-r--r--bdep/build.txx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bdep/build.txx b/bdep/build.txx
index 804d590..a1690b4 100644
--- a/bdep/build.txx
+++ b/bdep/build.txx
@@ -65,7 +65,7 @@ namespace bdep
if (!all)
{
for (const package_location& p: pp.packages)
- pkgs.push_back (p.name.c_str ());
+ pkgs.push_back (p.name.string ().c_str ());
}
// Build in each configuration skipping empty ones.
@@ -88,7 +88,7 @@ namespace bdep
pkgs.clear ();
for (const package_state& p: c->packages)
- pkgs.push_back (p.name.c_str ());
+ pkgs.push_back (p.name.string ().c_str ());
}
// If we are printing multiple configurations, separate them with a