diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-10-28 08:18:04 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-10-28 08:18:04 +0200 |
commit | 3821b300f4ac7b7c9f91c9077a1ec8b3b38b4b40 (patch) | |
tree | 9e71121eb94669b3c24e76b3327f3166bfcb7245 | |
parent | ceaad6480139e3c68af2e3d2dbe78588fcdc034f (diff) |
Adjust to libbuild2 interface changes
-rw-r--r-- | bpkg/package-skeleton.cxx | 1 |
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)); } |