You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[GR-29448] Do not link against libtruffleruby for C extensions
* So a built C extension can be reused from multiple builds if they have the same ABI.
* Ideally we would still link to libtruffleruby without a -rpath, but that
needs support in Sulong to specify a libraryPath from Ruby when loading a C extension.
0 commit comments