d-unsed / ruru

Native Ruby extensions written in Rust
MIT License
832 stars 40 forks source link

Re-export ruby-sys test feature and pass it on test builds #95

Open andrewstucki opened 6 years ago

andrewstucki commented 6 years ago

This accompanies https://github.com/steveklabnik/ruby-sys/pull/31.

Basically a re-export of a ruby-sys feature I added to conditionally link libruby when it's needed (for running Rust tests). Normally libruby isn't needed due to how the interpreter dynamically loads c-extensions (see https://github.com/steveklabnik/ruby-sys/pull/25).