diff options
author | Mats Wichmann <mats@linux.com> | 2022-03-08 17:02:42 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2022-03-08 18:47:14 (GMT) |
commit | a245db4b2d5183ee27e1d13a9db454ce694d94d2 (patch) | |
tree | e90ed2428d2f41af670b10e9d13aacbd5bf27ff6 /doc | |
parent | f122b1ab777ad171cb670f462c71dd72ef40bb96 (diff) | |
download | SCons-a245db4b2d5183ee27e1d13a9db454ce694d94d2.zip SCons-a245db4b2d5183ee27e1d13a9db454ce694d94d2.tar.gz SCons-a245db4b2d5183ee27e1d13a9db454ce694d94d2.tar.bz2 |
Tweak the MSVC environment vars cache
- Now performs a sanity check: if the retrieved tools path does not exist,
consider the entry invalid so it will be recomputed.
- The dictionary key, which is the name of a batch file, is computed
a bit differently: the dashes are left off if there are no arguments.
- The cachefile is changed to have a .json suffix, for better recognition
on Windows systems.
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/scons.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/scons.xml b/doc/man/scons.xml index 047f230..d7fe39d 100644 --- a/doc/man/scons.xml +++ b/doc/man/scons.xml @@ -8082,7 +8082,7 @@ in tightly controlled Continuous Integration setups.</para> <para>If set to a True-like value (<literal>"1"</literal>, <literal>"true"</literal> or <literal>"True"</literal>) will cache to a file named -<filename>.scons_msvc_cache</filename> in the user's home directory. +<filename>.scons_msvc_cache.json</filename> in the user's home directory. If set to a pathname, will use that pathname for the cache.</para> <para>Note: use this cache with caution as it |