From 58357d79110a925dcb3cdc734d812f17b6465c17 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 24 Jun 2020 22:12:01 +0300 Subject: Fix build order for test and main packages --- bpkg/pkg-checkout.cxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'bpkg/pkg-checkout.cxx') 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. // -- cgit v1.1