hybridgroup / rubyserial

FFI Ruby library for RS-232 serial port communication
https://rubygems.org/gems/rubyserial
Other
154 stars 27 forks source link

Add support for MSYS2 #38

Open barkerest opened 7 years ago

barkerest commented 7 years ago

This allows the library to recognize MSYS2 as a Windows environment. It requires a patched FFI gem that also recognizes MSYS2 otherwise it will fail to load the kernel32 library.

juliancheal commented 7 years ago

Thanks! Looks like there is an issue with codeclimate which is causing the tests to fail. I'll look into it.

deadprogram commented 6 years ago

Hello @barkerest thank you for the PR and sincerely sorry about the delayed response.

Could you please elaborate on the comment "requires a patched FFI gem that also recognizes MSYS2"? I did not fully understand what that implies.