Open
Description
RbConfig::CONFIG
provides all the required information for linking with static libraries. But Cargo does not allow to use all the flags, for example -framework CoreFoundation
on Mac OS X.
Investigate thermite + RbConfig::CONFIG
+ gcc as a final (optional) step while building an extension.
This allows to use MRI without --enable-shared
option (emk/heroku-buildpack-rust#15)