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/utility.hxx | |
parent | 5f768f4f3e6e9e1b7310a0e8b09a97bf6d0115ea (diff) |
Add support for propagating project environment
Diffstat (limited to 'libbuild2/utility.hxx')
-rw-r--r-- | libbuild2/utility.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libbuild2/utility.hxx b/libbuild2/utility.hxx index 4cfdf15..6616f78 100644 --- a/libbuild2/utility.hxx +++ b/libbuild2/utility.hxx @@ -81,8 +81,7 @@ namespace build2 using butl::function_cast; using butl::getenv; - using butl::setenv; - using butl::unsetenv; + using butl::auto_thread_env; using butl::throw_generic_error; using butl::throw_system_error; |