aboutsummaryrefslogtreecommitdiff
path: root/bpkg/package.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2022-06-20 20:59:53 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2022-06-23 12:35:42 +0300
commitc0ca17391c41048cd1db19f0aa08e060624f4bd1 (patch)
tree4037ed4be1abf8f4b85e7e5420c3cac2d2f10503 /bpkg/package.cxx
parent2ee693000ff6ea44cfd4fc51c7b058258056610a (diff)
Add support for additional *-build package manifest values and alternative buildfile naming
Diffstat (limited to 'bpkg/package.cxx')
-rw-r--r--bpkg/package.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/bpkg/package.cxx b/bpkg/package.cxx
index c02bdf4..a7282c5 100644
--- a/bpkg/package.cxx
+++ b/bpkg/package.cxx
@@ -676,6 +676,7 @@ namespace bpkg
changed = package_buildfiles_checksum (
nullopt /* bootstrap_build */,
nullopt /* root_build */,
+ {} /* buildfiles */,
d) != *p->buildfiles_checksum;
}