summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIbrahim Esmat <iesmat@microsoft.com>2017-07-21 11:13:24 -0700
committerIbrahim Esmat <iesmat@microsoft.com>2017-07-21 11:13:24 -0700
commitd1ae36a3ea678b764c0a0c014649e29a43ab2fa0 (patch)
tree89fde0a6df125a89aaeb013bf0890e80913185cd
parentec5140703714fc3a355980aa1c11fa8a3c9473d7 (diff)
downloadscons-d1ae36a3ea678b764c0a0c014649e29a43ab2fa0.tar.gz
Windows: Added the capability to build Windows Store Compatible libraries
Fixed whitespace
-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 ff48e01b..c0a10436 100644
--- a/src/engine/SCons/Tool/MSCommon/vc.py
+++ b/src/engine/SCons/Tool/MSCommon/vc.py
@@ -82,7 +82,7 @@ _ARCH_TO_CANONICAL = {
"itanium" : "ia64",
"x86" : "x86",
"x86_64" : "amd64",
- "x86_amd64" : "x86_amd64", # Cross compile to 64 bit from 32bits
+ "x86_amd64" : "x86_amd64", # Cross compile to 64 bit from 32bits
}
# Given a (host, target) tuple, return the argument for the bat file. Both host