From 77a5ed70931f9b798803f7daf699a8f7b43cdae2 Mon Sep 17 00:00:00 2001 From: Yuichiro MASUI Date: Fri, 11 Jan 2013 02:33:39 +0900 Subject: Removed gem libraries in mrbc --- tools/mrbc/mrbc.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/mrbc/mrbc.rake b/tools/mrbc/mrbc.rake index bff88312a..74e04bed5 100644 --- a/tools/mrbc/mrbc.rake +++ b/tools/mrbc/mrbc.rake @@ -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 -- cgit v1.2.3