diff options
author | William Deegan <bill@baddogconsulting.com> | 2017-08-08 02:22:50 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2017-08-08 02:22:50 (GMT) |
commit | 90f842616029050abffdabec078fe9a1f1b1d1a9 (patch) | |
tree | 99d4898188f46a43989324657dcfe47a85fa84a6 /src/engine | |
parent | bc6d3c10beb08f217df7d9205e5fd678ca1338a7 (diff) | |
download | SCons-90f842616029050abffdabec078fe9a1f1b1d1a9.zip SCons-90f842616029050abffdabec078fe9a1f1b1d1a9.tar.gz SCons-90f842616029050abffdabec078fe9a1f1b1d1a9.tar.bz2 |
fix comment for vswhere logic
Diffstat (limited to 'src/engine')
-rw-r--r-- | src/engine/SCons/Tool/MSCommon/vc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/SCons/Tool/MSCommon/vc.py b/src/engine/SCons/Tool/MSCommon/vc.py index f8e72f5..7c9eab5 100644 --- a/src/engine/SCons/Tool/MSCommon/vc.py +++ b/src/engine/SCons/Tool/MSCommon/vc.py @@ -228,7 +228,7 @@ def is_host_target_supported(host_target, msvc_version): def find_vc_pdir_vswhere(msvc_version): """ - Find the vswhere.exe install. + Find the MSVC product directory using vswhere.exe . Run it asking for specified version and get MSVS install location :param msvc_version: :return: MSVC install dir |