From e0e780e48082ec2d02543a1f88876f43a1125197 Mon Sep 17 00:00:00 2001 From: Gary Oberbrunner Date: Sun, 5 Aug 2012 14:47:42 +0000 Subject: Fix typo introduced during recent change to vc.py --- 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 2ddb910..a3a8952 100644 --- a/src/engine/SCons/Tool/MSCommon/vc.py +++ b/src/engine/SCons/Tool/MSCommon/vc.py @@ -361,7 +361,7 @@ def msvc_find_valid_batch_script(env,version): # The TARGET_ARCH is amd64 then also try 32 bits if there are no viable # 64 bit tools installed try_target_archs = [target_platform] - if not req_target_platform and target_platform in ('amd64','x86_64') + if not req_target_platform and target_platform in ('amd64','x86_64'): try_target_archs.append('x86') d = None -- cgit v0.12