From 87a284335715301fa2cea695386bfcd21a2fe781 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 26 Oct 2023 19:37:02 +0300 Subject: Load both user and dependent configurations in (pre-)reevaluate modes --- bpkg/pkg-configure.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bpkg/pkg-configure.cxx') diff --git a/bpkg/pkg-configure.cxx b/bpkg/pkg-configure.cxx index c145b28..0850001 100644 --- a/bpkg/pkg-configure.cxx +++ b/bpkg/pkg-configure.cxx @@ -1108,7 +1108,8 @@ namespace bpkg false /* disfigure */, &p->config_variables, move (src_root), - move (out_root)), + move (out_root), + true /* load_old_dependent_config */), nullptr /* prerequisites */, false /* disfigured */, false /* simulate */); -- cgit v1.1