mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-12-27 08:32:30 +03:00
Revert "Always set the architecture to ia32 on Windows."
This reverts commit 5c77effc20
.
This commit is contained in:
parent
44894203e7
commit
e87c90449e
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user