Use "x64" and not "amd64" in build.sh
authorMatt Ellis <matell@microsoft.com>
Wed, 15 Apr 2015 07:44:22 +0000 (00:44 -0700)
committerMatt Ellis <matell@microsoft.com>
Wed, 15 Apr 2015 07:44:22 +0000 (00:44 -0700)
commit44e3523980aa1b36727d219b246712f804722124
tree9dbfe8f546afaeb2a6532c942478994b5a6105bb
parent7a94cd137e6f737b1663706fd98c4c6b22cd2667
Use "x64" and not "amd64" in build.sh

The help text for build.sh said that you should pass "x64" as a
paramter for the build architecture.  However, the script was looking
for amd64.  Update the script to look for x64 since that's what we use
everywhere else (and the behavior you got if you didn't pass an
argument to this script.)

Fixes #689
build.sh