aboutsummaryrefslogtreecommitdiff
path: root/bdep/project.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2022-12-12 20:10:55 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2022-12-13 01:00:56 +0300
commit7d237c9a5d55d7ad5f1c81664eb059294a034f69 (patch)
tree5bed5c3b24515eaebdad6819b40534eec7c31de7 /bdep/project.hxx
parent5755ec31eb0bc2134d9c228c8a0edbe2c3e3c9b5 (diff)
Adapt to butl::b_info() API change
Diffstat (limited to 'bdep/project.hxx')
-rw-r--r--bdep/project.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/bdep/project.hxx b/bdep/project.hxx
index e789fc2..c40fe61 100644
--- a/bdep/project.hxx
+++ b/bdep/project.hxx
@@ -297,9 +297,10 @@ namespace bdep
// Obtain build2 project info for package source or output directory.
//
using package_info = butl::b_project_info;
+ using butl::b_info_flags;
package_info
- package_b_info (const common_options&, const dir_path&, bool ext_mods);
+ package_b_info (const common_options&, const dir_path&, b_info_flags);
// Verify that the package name matches what we expect it to be and the
// package uses a standard version.