aboutsummaryrefslogtreecommitdiff
path: root/bpkg/rep-create.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/rep-create.cxx')
-rw-r--r--bpkg/rep-create.cxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/bpkg/rep-create.cxx b/bpkg/rep-create.cxx
index 8de8c22..b4944b7 100644
--- a/bpkg/rep-create.cxx
+++ b/bpkg/rep-create.cxx
@@ -98,7 +98,11 @@ namespace bpkg
path a (d / p);
package_manifest m (
- pkg_verify (o, a, o.ignore_unknown (), true /* expand_values */));
+ pkg_verify (o,
+ a,
+ o.ignore_unknown (),
+ true /* expand_values */,
+ true /* load_buildfiles */));
// Calculate its checksum.
//