From b1141a34a2e9281f973ecb6b5bbf9280755ce40e Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 12 Jan 2019 15:04:56 -0600 Subject: update comment --- src/engine/SCons/Tool/MSCommon/vc.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/engine/SCons/Tool/MSCommon/vc.py b/src/engine/SCons/Tool/MSCommon/vc.py index ec63fba..6c46049 100644 --- a/src/engine/SCons/Tool/MSCommon/vc.py +++ b/src/engine/SCons/Tool/MSCommon/vc.py @@ -467,8 +467,9 @@ def _check_cl_exists_in_vc_dir(env, vc_dir, msvc_version): cl_path_exists = os.path.exists(cl_path) if not cl_path_exists and host_platform == 'amd64': - # older versions of visual studio only had x86 binaries, so if the host platform is amd64, we need to check cross compile options (x86 binary compiles some other target on a 64 bit os) - + # older versions of visual studio only had x86 binaries, + # so if the host platform is amd64, we need to check cross + # compile options (x86 binary compiles some other target on a 64 bit os) host_trgt_dir = _HOST_TRGT_TO_CL_DIR.get(('x86', target_platform), None) if not host_trgt_dir: return False -- cgit v0.12