Merge pull request #509 from feross/win-32-bit

Only build 32-bit binaries for Windows
This commit is contained in:
Feross Aboukhadijeh
2016-05-13 16:27:40 -07:00

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': {