We need to be able to determine if the build machine is x86 or x64, so
that we don't try to do stuff that requires x64 on a x86 machine (which
will crash or manifest as a broken build).
I believe the PROCESSOR_ARCHITECTURE environment variable will be
sufficient for this.
Original issue reported on code.google.com by josh.petrie on 25 Oct 2008 at 6:02
Original issue reported on code.google.com by
josh.petrie
on 25 Oct 2008 at 6:02