Removed gem libraries in mrbc

This commit is contained in:
Yuichiro MASUI
2013-01-11 02:33:39 +09:00
parent 2747a7fc43
commit 77a5ed7093
+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