mapbox / node-pre-gyp

Node.js tool for easy binary deployment of C++ addons
BSD 3-Clause "New" or "Revised" License
1.11k stars 260 forks source link

How to build for all available platforms? #684

Open Vector-Green opened 1 year ago

Vector-Green commented 1 year ago

Hello, there is package like sqlite3 and after npm i it creates node-sqlite.node file for host platform but how to force node-pre-gyp to compile sqlites .node files for all available platforms and place a lot of node files inside on binding's folder, not only host platform node file?

cclauss commented 4 months ago

For support of Node.js > v17, see the workaround: