aboutsummaryrefslogtreecommitdiff
path: root/bpkg/manifest-utility.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-09-29 21:21:51 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-10-01 17:00:10 +0300
commit990ef03a7b006874ec66e26cd96fca3fdda95b12 (patch)
tree73a57d007cb95f2a28adce77f63efe271c2eb5de /bpkg/manifest-utility.cxx
parent60c5bf36100ccc15421a87f4b566849d2468d396 (diff)
Adapt to adding ext_mods parameter to butl::b_info()
Diffstat (limited to 'bpkg/manifest-utility.cxx')
-rw-r--r--bpkg/manifest-utility.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/bpkg/manifest-utility.cxx b/bpkg/manifest-utility.cxx
index 159b2c3..0332f4d 100644
--- a/bpkg/manifest-utility.cxx
+++ b/bpkg/manifest-utility.cxx
@@ -304,6 +304,7 @@ namespace bpkg
{
b_project_info pi (
b_info (d,
+ false /* ext_mods */,
verb,
[] (const char* const args[], size_t n)
{