Closed k0kubun closed 4 years ago
It seems that MRuby::CrossBuild#host_target is meant for configuring things like this --host option https://github.com/mruby/mruby/blob/2.0.1/lib/mruby/build.rb#L357-L359.
MRuby::CrossBuild#host_target
--host
It'd be nice if mruby-onig-regexp also respects that attribute for consistency with libraries like mruby-yaml. Because this attr is not set by default, I believe this is almost always backward compatible.
Thank you
It seems that
MRuby::CrossBuild#host_target
is meant for configuring things like this--host
option https://github.com/mruby/mruby/blob/2.0.1/lib/mruby/build.rb#L357-L359.It'd be nice if mruby-onig-regexp also respects that attribute for consistency with libraries like mruby-yaml. Because this attr is not set by default, I believe this is almost always backward compatible.