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:
parent
3539b806e9
commit
4130c88619
@ -147,6 +147,7 @@ def buildPackage():
|
||||
checkoutGyp()
|
||||
cleanMsvc()
|
||||
build("ia32", packageDir, True)
|
||||
build("x64", packageDir, True)
|
||||
cleanMsvc()
|
||||
build("ia32", packageDir)
|
||||
build("x64", packageDir)
|
||||
|
Loading…
Reference in New Issue
Block a user