mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
@@ -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 = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user