diff options
| author | Yuichiro MASUI <[email protected]> | 2013-01-11 02:33:39 +0900 |
|---|---|---|
| committer | Yuichiro MASUI <[email protected]> | 2013-01-11 02:33:39 +0900 |
| commit | 77a5ed70931f9b798803f7daf699a8f7b43cdae2 (patch) | |
| tree | 5d1798ba3a00735c3f9b22f7c20b379b3c3750d6 /tools | |
| parent | 2747a7fc4367d82b60bfe210027d899cff9b5635 (diff) | |
| download | mruby-77a5ed70931f9b798803f7daf699a8f7b43cdae2.tar.gz mruby-77a5ed70931f9b798803f7daf699a8f7b43cdae2.zip | |
Removed gem libraries in mrbc
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/mrbc/mrbc.rake | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
