Closed ksss closed 6 years ago
@take-cheeze Could you help me? I'm not familier to mruby's build system. What I should fix?
Seems like this line is removing mruby-bin-mrbc
https://github.com/mattn/mruby-require/blob/ff56b560df1184c307391b96cc45bc7668a32bcf/mrbgem.rake#L58
yes, I tried to change this line like below.
gems.reject! {|g| !compiled_in.include?(g.name) && g.name !~ /^mruby-bin-/ }
but still have errors.
Short workaround is add gem core: 'mruby-bin-mrbc'
before mruby-require.(Though somehow test build fails)
It maybe resolved. Thanks!
mruby: https://github.com/mruby/mruby/commit/ddb1aae41de507efb9ab3d7ec2edb23911888783 mruby-require: ff56b56