electron-vibrancy icon indicating copy to clipboard operation
electron-vibrancy copied to clipboard

32 bit compile

Open SupertigerDev opened this issue 6 years ago • 1 comments

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]

SupertigerDev avatar May 07 '18 22:05 SupertigerDev

Works for me: --arch=ia32

n3oney avatar Dec 28 '18 23:12 n3oney