aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-configure.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2023-10-26 19:37:02 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2023-11-02 14:04:09 +0300
commit87a284335715301fa2cea695386bfcd21a2fe781 (patch)
tree7eef5599883afd9ab34b897d58596dd19d59bed4 /bpkg/pkg-configure.cxx
parenta72e358d7a2df330f61ad9e73137b18225bdc5cc (diff)
Load both user and dependent configurations in (pre-)reevaluate modes
Diffstat (limited to 'bpkg/pkg-configure.cxx')
-rw-r--r--bpkg/pkg-configure.cxx3
1 files changed, 2 insertions, 1 deletions
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 */);