From 7c5d099c8d1142ffd2c05863169a624c2711eb1c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 31 Jul 2018 09:15:45 +0200 Subject: Extract project from manifest in bdep-publish --- bdep/project.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bdep/project.hxx') diff --git a/bdep/project.hxx b/bdep/project.hxx index cb0b2d4..4047dc5 100644 --- a/bdep/project.hxx +++ b/bdep/project.hxx @@ -188,8 +188,9 @@ namespace bdep // struct package_location { - package_name name; - dir_path path; + package_name name; + optional project; // Same semantics as in package_manifest. + dir_path path; }; using package_locations = vector; -- cgit v1.1