mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Use advanced GemList as list for GEMs
This commit is contained in:
@@ -75,7 +75,7 @@ module MRuby
|
||||
@mrbc = Command::Mrbc.new(self)
|
||||
|
||||
@bins = %w(mrbc)
|
||||
@gems, @libmruby = [], []
|
||||
@gems, @libmruby = GemList.new, []
|
||||
@build_mrbtest_lib_only = false
|
||||
|
||||
MRuby.targets[@name] = self
|
||||
|
||||
Reference in New Issue
Block a user