Use advanced GemList as list for GEMs

This commit is contained in:
Daniel Bovensiepen
2013-05-03 14:08:10 +08:00
parent dd8bfcb49f
commit 822a71154f
+1 -1
View File
@@ -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