serialport / bindings-cpp

The C++ bindings for the node serialport project.
MIT License
19 stars 39 forks source link

Add linux-armv7l-musl prebuilt #166

Open alexojegu opened 7 months ago

alexojegu commented 7 months ago

Prebuildify for armv7 musl https://github.com/prebuild/prebuildify-cross/issues/17

alexojegu commented 3 months ago

@reconbot can we expedite this?

RogerHardiman commented 1 month ago

This would help me too. I've worked around it by writing a "postinstall" script in package.json that removes serialport and then re-installs it with --build-from-source That ensures on all my Linux boxes (musl and glibc) it compiles on the host OS.