[Feature #20345] Add --target-rbconfig option to mkmf
Introduce a new mkmf option --target-rbconfig to specify the RbConfig
file for the deployment target platform. This option is useful for
cross-compiling Ruby extensions without faking the global top-level RbConfig constant.
[Feature #20345] Add
--target-rbconfig
option to mkmfIntroduce a new mkmf option
--target-rbconfig
to specify the RbConfigfile for the deployment target platform. This option is useful for
cross-compiling Ruby extensions without faking the global top-level
RbConfig
constant.