summaryrefslogtreecommitdiff
path: root/src/engine
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2017-08-07 19:22:50 -0700
committerWilliam Deegan <bill@baddogconsulting.com>2017-08-07 19:22:50 -0700
commit271bb07b12c40c266c686dc41c56dde96e5b8c61 (patch)
tree99d4898188f46a43989324657dcfe47a85fa84a6 /src/engine
parent7facbaf4338b84baf853ec655d502b3d86eb17f2 (diff)
downloadscons-271bb07b12c40c266c686dc41c56dde96e5b8c61.tar.gz
fix comment for vswhere logic
Diffstat (limited to 'src/engine')
-rw-r--r--src/engine/SCons/Tool/MSCommon/vc.py2
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 f8e72f52..7c9eab55 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