From b3bc26dc284cf73e97b88c9979d49368d07e686c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 26 Mar 2021 16:03:29 +0200 Subject: Add support for propagating project environment --- libbuild2/utility.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libbuild2/utility.hxx') 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; -- cgit v1.1