Also build for 64-bit XP.

I verified that the normal binaries did not work on a Windows Server 2003
R2 64-bit VM from AWS EC2.
This commit is contained in:
Ryan Prichard 2016-06-01 20:42:49 -05:00
parent 3539b806e9
commit 4130c88619

View File

@ -147,6 +147,7 @@ def buildPackage():
checkoutGyp()
cleanMsvc()
build("ia32", packageDir, True)
build("x64", packageDir, True)
cleanMsvc()
build("ia32", packageDir)
build("x64", packageDir)