oxidize-rb / rb-sys

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

Invoke `POSTLINK` script in mkmf to support codesign on macos #423

Closed ianks closed 1 month ago

ianks commented 2 months ago

This PR makes it so POSTLINK is automatically invoked after building gem dylibs. This means things like RUBY_CODESIGN will work as expected.