32 bit compile
SupertigerDev opened this issue · 1 comments
SupertigerDev commented
is there any way i could compile this for 32 bit windows 10? i tried
node-gyp rebuild --target=2.0.0 --runtime=electron --arch=x86 --dist-url=https://atom.io/downlo ad/atom-shell
but that gives me this error
LINK : fatal error LNK1181: cannot open input file 'C:\Users\OwO\.node-gyp\iojs-2.0.0\x32\iojs.lib' [C:\Users\OwO\WebstormProjects\Node-FileBrowser\node_modules\electron-vib rancy\build\Vibrancy.vcxproj]
n3oney commented
Works for me: --arch=ia32