aboutsummaryrefslogtreecommitdiff
path: root/bdep/publish.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/publish.cxx')
-rw-r--r--bdep/publish.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bdep/publish.cxx b/bdep/publish.cxx
index 9a6fcfd..c358add 100644
--- a/bdep/publish.cxx
+++ b/bdep/publish.cxx
@@ -173,7 +173,7 @@ namespace bdep
// way to deduce it and thus it needs to be specified explicitly.
//
string s; // Section.
- package_info pi (package_b_info (o, d, false /* ext_mods */));
+ package_info pi (package_b_info (o, d, b_info_flags::none));
if (!pi.version.empty ()) // Does the package use the standard version?
{
@@ -1017,7 +1017,7 @@ namespace bdep
{
dir_path d (prj / pl.path);
- package_info pi (package_b_info (o, d, false /* ext_mods */));
+ package_info pi (package_b_info (o, d, b_info_flags::none));
if (pi.src_root == pi.out_root)
fail << "package " << pl.name << " source directory is not forwarded" <<