aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-10-28 08:18:04 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-10-28 08:18:04 +0200
commit3821b300f4ac7b7c9f91c9077a1ec8b3b38b4b40 (patch)
tree9e71121eb94669b3c24e76b3327f3166bfcb7245
parentceaad6480139e3c68af2e3d2dbe78588fcdc034f (diff)
Adjust to libbuild2 interface changes
-rw-r--r--bpkg/package-skeleton.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/bpkg/package-skeleton.cxx b/bpkg/package-skeleton.cxx
index f7047c7..6163d6c 100644
--- a/bpkg/package-skeleton.cxx
+++ b/bpkg/package-skeleton.cxx
@@ -2448,6 +2448,7 @@ namespace bpkg
false /* match_only */, // Shouldn't matter.
false /* no_external_modules */,
false /* dry_run */, // Shouldn't matter.
+ false /* no_diag_buffer */, // Shouldn't matter.
false /* keep_going */, // Shouldnt' matter.
cmd_vars));
}