📝 Doc --arch=ia32 flag

This commit is contained in:
Kevin Sawicki 2014-07-10 17:28:15 -07:00
parent defa869d5c
commit b11accec6d

View File

@ -57,6 +57,8 @@ function bootstrap() {
apmInstallOptions.ignoreStdout = true;
}
// 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';