I have build error on mruby 3.4. This is message.
mgem not found: mruby-print
mruby 3.4 delete mruby-print.
I think good that is modify mrbgem.rake.
- spec.add_dependency 'mruby-print'
+ if MRuby::Source::MRUBY_VERSION < '3.4.0'
+ spec.add_dependency 'mruby-print'
+ end
Thanks
I have build error on mruby 3.4. This is message.
mgem not found: mruby-print
mruby 3.4 delete mruby-print.
I think good that is modify mrbgem.rake.
Thanks