nodejs-mobile / nodejs-mobile

Full-fledged Node.js on Android and iOS
https://nodejs-mobile.github.io
Other
458 stars 44 forks source link

Fix Android build issues #58

Open tritao opened 6 months ago

tritao commented 6 months ago

Found a couple build issues while building this project.

The following commits provide the fixes:

Fix V8 build error with recent Clang compilers.

Fix Android build error in ngtcp2.

Document necessary gcc-multilib packages for Android cross compilation.

Let me know if this is OK or if you need me to change something.

Fixes https://github.com/nodejs-mobile/nodejs-mobile/issues/57.