aboutsummaryrefslogtreecommitdiff
path: root/build2/types.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-08-21 10:39:22 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-08-21 10:39:22 +0200
commit7c7cd5c27bd92e5b837c33edb97fa3f0a0d9ad79 (patch)
tree0d577a9d3224a22b23bbbb2dc98376ce19096f66 /build2/types.hxx
parentfe55b14b627ad4d832261c68ea24d37d513e834e (diff)
Unset CL and _CL_ environment variables when detecting MSVC
Diffstat (limited to 'build2/types.hxx')
-rw-r--r--build2/types.hxx1
1 files changed, 1 insertions, 0 deletions
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
// <libbutl/fdstream.mxx>
//
using butl::process;
+ using butl::process_env;
using butl::process_path;
using butl::process_error;