oxidize-rb / rb-sys

Easily build Ruby native extensions in Rust
https://oxidize-rb.github.io/rb-sys/
Apache License 2.0
222 stars 35 forks source link

Always define `ruby_abi_version` #418

Closed ianks closed 1 month ago

ianks commented 1 month ago

Currently, ruby_abi_version is conditionally defined which causes problem now that rb_sys_gem is not globally set. Just define it always, now.