Commit 987b288
committed
Darwin: Fix build on development versions of ruby
Without this, requiring the native extension fails with:
dlsym(0x6cf51c20, ruby_abi_version): symbol not found - ruby_abi_version
Development versions of ruby require this symbol to be present in native
extensions.
See: ruby/ruby@3df16921 parent ceed502 commit 987b288
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
0 commit comments