openzim / node-libzim

Libzim binding for Node.js: read/write ZIM files in Javascript
https://www.npmjs.com/package/@openzim/libzim
GNU General Public License v3.0
27 stars 11 forks source link

Upgrade node-gyp to latest (10.1.0) to enable macOS arm builds #139

Closed audiodude closed 1 month ago

audiodude commented 1 month ago

All of the help and READMEs of node-gyp point to always upgrading to the latest version before reporting bugs. With the current version of 9.3.1, on my ARM macbook running 14.5, I got some cryptic build failure about "cflagss". With the node-gyp version updated, it appears to build fine and tests pass.