diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-03-26 16:03:29 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-04-02 12:07:38 +0200 |
commit | b3bc26dc284cf73e97b88c9979d49368d07e686c (patch) | |
tree | 59ab65ede17e84b2fa463a4d27eaaa92fd0f8b85 /libbuild2/target.cxx | |
parent | 5f768f4f3e6e9e1b7310a0e8b09a97bf6d0115ea (diff) |
Add support for propagating project environment
Diffstat (limited to 'libbuild2/target.cxx')
-rw-r--r-- | libbuild2/target.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libbuild2/target.cxx b/libbuild2/target.cxx index 2ac5f9a..fec522c 100644 --- a/libbuild2/target.cxx +++ b/libbuild2/target.cxx @@ -1209,6 +1209,10 @@ namespace build2 { // Ok, no luck, switch the scope. // + // Note that we don't need to do anything for the project's + // environment: source_once() will take care of it itself and + // search_implied() is not affected. + // pair<scope&, scope*> sp ( switch_scope (*s.rw ().root_scope (), out_base)); |