Only build 32-bit binaries for Windows

This commit is contained in:
Feross Aboukhadijeh
2016-05-13 15:15:51 -07:00
parent 4002392b7f
commit 7b1ff0efc6

View File

@@ -135,8 +135,8 @@ var win32 = {
// Build for Windows.
platform: 'win32',
// Build 64 bit binaries only.
arch: 'x64',
// Build 32 bit binaries only.
arch: 'ia32',
// Object hash of application metadata to embed into the executable (Windows only)
'version-string': {