From 7c7cd5c27bd92e5b837c33edb97fa3f0a0d9ad79 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 21 Aug 2018 10:39:22 +0200 Subject: Unset CL and _CL_ environment variables when detecting MSVC --- build2/types.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'build2/types.hxx') diff --git a/build2/types.hxx b/build2/types.hxx index 0f2f95b..219608c 100644 --- a/build2/types.hxx +++ b/build2/types.hxx @@ -258,6 +258,7 @@ namespace build2 // // using butl::process; + using butl::process_env; using butl::process_path; using butl::process_error; -- cgit v1.1