From 32909efd7e2dcf0dcad5a366026894b20f4cc18c Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Wed, 8 Apr 2015 10:23:54 +0200 Subject: [PATCH] Revert "Avoid setting --arch=ia32" This reverts commit 8e2c5a34e4fef4a7db3054d444aeb2f056f97ed1. --- script/bootstrap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/bootstrap b/script/bootstrap index 58255749b..4c9435852 100755 --- a/script/bootstrap +++ b/script/bootstrap @@ -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 = [ {