Merge pull request #721 from masuidrive/remove_gem_libs_from_mrbc

Removed gem libraries in mrbc
This commit is contained in:
Yukihiro "Matz" Matsumoto
2013-01-10 14:58:53 -08:00
+1 -1
View File
@@ -6,7 +6,7 @@ MRuby.each_target do
objs = Dir.glob("#{dir}/*.{c}").map { |f| f.pathmap("#{build_dir}/%X.o") }
file exec => objs + ["#{build_dir}/lib/libmruby_core.a"] do |t|
link t.name, t.prerequisites, [], gems.map { |g| g.mruby_libs }
link t.name, t.prerequisites
end
end
end