From 90f842616029050abffdabec078fe9a1f1b1d1a9 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Mon, 7 Aug 2017 19:22:50 -0700 Subject: fix comment for vswhere logic --- src/engine/SCons/Tool/MSCommon/vc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12