Avoid setting --arch=ia32

This commit is contained in:
Antonio Scandurra
2015-04-08 10:08:20 +02:00
parent f9f5213cdf
commit 8e2c5a34e4

View File

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