mrbgem/full-core.gembox: stop excluding mruby-print gem; #6466

Since the gem no longer exists.
This commit is contained in:
Yukihiro "Matz" Matsumoto
2025-01-14 13:28:43 +09:00
parent 89d83c27f3
commit 6c3143aa12
+1 -1
View File
@@ -1,6 +1,6 @@
MRuby::GemBox.new do |conf|
Dir.glob("#{root}/mrbgems/mruby-*/mrbgem.rake") do |x|
g = File.basename(File.dirname(x))
conf.gem :core => g unless g =~ /^mruby-(?:bin-debugger|test|print)$/
conf.gem :core => g unless g =~ /^mruby-(?:bin-debugger|test)$/
end
end