Revert "Avoid setting --arch=ia32"

This reverts commit 8e2c5a34e4.
This commit is contained in:
Antonio Scandurra
2015-04-08 10:23:54 +02:00
parent 8e2c5a34e4
commit 32909efd7e

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 = [
{