diff options
Diffstat (limited to 'libbuild2/file.cxx')
-rw-r--r-- | libbuild2/file.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libbuild2/file.cxx b/libbuild2/file.cxx index cb57f70..6cd4402 100644 --- a/libbuild2/file.cxx +++ b/libbuild2/file.cxx @@ -2138,7 +2138,9 @@ namespace build2 // over anything that we may discover. In particular, we will prefer it // over any bundled subprojects. // - auto& vp (iroot.var_pool ()); + // Note: go straight for the public variable pool. + // + auto& vp (iroot.var_pool (true /* public */)); using config::lookup_config; |