Skip to content

Commit

Permalink
Revert "Always set the architecture to ia32 on Windows."
Browse files Browse the repository at this point in the history
This reverts commit 5c77eff.
  • Loading branch information
joshaber committed Jan 17, 2016
1 parent 4489420 commit e87c904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ function bootstrap() {

// apm ships with 32-bit node so make sure its native modules are compiled
// for a 32-bit target architecture
if (process.platform === 'win32')
if (process.env.JANKY_SHA1 && process.platform === 'win32')
apmInstallCommand += ' --arch=ia32';

var commands = [
Expand Down

0 comments on commit e87c904

Please sign in to comment.