From 7d237c9a5d55d7ad5f1c81664eb059294a034f69 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 12 Dec 2022 20:10:55 +0300 Subject: Adapt to butl::b_info() API change --- bdep/project.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bdep/project.hxx') 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. -- cgit v1.1