serialport / bindings-cpp

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

Add linux-armv7l-musl prebuilt #166

Closed alexojegu closed 1 month ago

alexojegu commented 10 months ago

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

alexojegu commented 6 months ago

@reconbot can we expedite this?

RogerHardiman commented 3 months 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.

reconbot commented 1 month ago

This looks great. Apologies I haven't been able to actively maintain this project.

RogerHardiman commented 1 month ago

many thanks.