aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-checkout.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-06-24 22:12:01 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-06-26 15:29:44 +0300
commit58357d79110a925dcb3cdc734d812f17b6465c17 (patch)
tree2b5f4714e038f1b0cefcca64b427e6ae9772833f /bpkg/pkg-checkout.cxx
parent86700536f5ca500c4a837d03626f672dcfdbb97d (diff)
Fix build order for test and main packages
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.
//