aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-checkout.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/pkg-checkout.cxx')
-rw-r--r--bpkg/pkg-checkout.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/bpkg/pkg-checkout.cxx b/bpkg/pkg-checkout.cxx
index 60a30ae..05875a4 100644
--- a/bpkg/pkg-checkout.cxx
+++ b/bpkg/pkg-checkout.cxx
@@ -226,7 +226,10 @@ namespace bpkg
true /* ignore_unknown */,
[&ap] (version& v) {v = ap->version;}));
- pkg_configure_prerequisites (o, t, m.dependencies, m.name);
+ pkg_configure_prerequisites (o,
+ t,
+ convert (move (m.dependencies)),
+ m.name);
// Form the buildspec.
//