Open PalmerAL opened 3 years ago
Actually, it works if I limit the package architectures to only the machine architecture (x64). So I guess this may be a general node-gyp issue after all - is there anything else that needs to be installed to make cross-architecture builds work?
I'm trying to build keytar inside my Electron project in combination with Electron-packager, and I've configured my packaging script as described in the readme:
If I run this on macOS, it works, but on Windows (10 2004), I get the following error:
If I run
npm rebuild
directly in the repository, however, everything finishes successfully, so I'm assuming the actual node-gyp environment is set up correctly.Is there anything else I can try to make rebuild work successfully?