From 3fed7a63425265d3151f52515fdbd4f62867e57d Mon Sep 17 00:00:00 2001 From: William Deegan Date: Tue, 21 Apr 2020 17:23:58 -0700 Subject: [ci skip] updated wording for VSWHERE --- src/engine/SCons/Tool/msvc.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/engine/SCons/Tool/msvc.xml b/src/engine/SCons/Tool/msvc.xml index 97de279..e92fa9b 100644 --- a/src/engine/SCons/Tool/msvc.xml +++ b/src/engine/SCons/Tool/msvc.xml @@ -508,10 +508,11 @@ located. env = Environment(VSWHERE='c:/my/path/to/vswhere') -or if your &f-link-Environment; is created specifying no tools -tools=[] -or with an empty list of tools or with a list of tools which doesn't include &t-link-default;, &t-link-msvs;, &t-link-msvc; or &t-link-mslink;. - +or if your &consenv; is created specifying an empty tools list +(or a list of tools which omits all of default, msvs, msvc, and mslink), +and also before &f-link-env-Tool; is called to ininitialize any of those tools: + + env = Environment(tools=[]) env['VSWHERE'] = r'c:/my/vswhere/install/location/vswhere.exe' env.Tool('msvc') -- cgit v0.12