diff options
author | Ibrahim Esmat <iesmat@microsoft.com> | 2017-07-21 18:13:24 (GMT) |
---|---|---|
committer | Ibrahim Esmat <iesmat@microsoft.com> | 2017-07-21 18:13:24 (GMT) |
commit | 990d7e365e97fa5f700aebd97e5ec699a6f69976 (patch) | |
tree | 89fde0a6df125a89aaeb013bf0890e80913185cd /src/engine/SCons | |
parent | 506a8fefa9fa26a057e1464be2db8680b90339b4 (diff) | |
download | SCons-990d7e365e97fa5f700aebd97e5ec699a6f69976.zip SCons-990d7e365e97fa5f700aebd97e5ec699a6f69976.tar.gz SCons-990d7e365e97fa5f700aebd97e5ec699a6f69976.tar.bz2 |
Windows: Added the capability to build Windows Store Compatible libraries
Fixed whitespace
Diffstat (limited to 'src/engine/SCons')
-rw-r--r-- | src/engine/SCons/Tool/MSCommon/vc.py | 2 |
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 ff48e01..c0a1043 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 |