Revert "Always set the architecture to ia32 on Windows."

This reverts commit 5c77effc20.
This commit is contained in:
Josh Abernathy 2016-01-17 15:45:30 -05:00
parent 44894203e7
commit e87c90449e

View File

@ -107,7 +107,7 @@ function bootstrap() {
// apm ships with 32-bit node so make sure its native modules are compiled
// for a 32-bit target architecture
if (process.platform === 'win32')
if (process.env.JANKY_SHA1 && process.platform === 'win32')
apmInstallCommand += ' --arch=ia32';
var commands = [