Commit 822a7115 authored by Daniel Bovensiepen's avatar Daniel Bovensiepen

Use advanced GemList as list for GEMs

parent dd8bfcb4
...@@ -75,7 +75,7 @@ module MRuby ...@@ -75,7 +75,7 @@ module MRuby
@mrbc = Command::Mrbc.new(self) @mrbc = Command::Mrbc.new(self)
@bins = %w(mrbc) @bins = %w(mrbc)
@gems, @libmruby = [], [] @gems, @libmruby = GemList.new, []
@build_mrbtest_lib_only = false @build_mrbtest_lib_only = false
MRuby.targets[@name] = self MRuby.targets[@name] = self
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment