aboutsummaryrefslogtreecommitdiff
path: root/bdep/project.hxx
diff options
context:
space:
mode:
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.