diff options
| author | mattn <[email protected]> | 2013-01-11 16:00:36 +0900 |
|---|---|---|
| committer | mattn <[email protected]> | 2013-01-11 16:00:36 +0900 |
| commit | 28b4eac531fbd018f2ed1ae69d9ce20a4cf71514 (patch) | |
| tree | bf6aecd2f94adb1115b50505af20b515f0bea2fd /tools | |
| parent | e35ce6c230479b24eb0d60ca8717f98e90ff78d2 (diff) | |
| parent | 0ff251438cf0fac727da8e8d99071cbdf46e7cfe (diff) | |
| download | mruby-28b4eac531fbd018f2ed1ae69d9ce20a4cf71514.tar.gz mruby-28b4eac531fbd018f2ed1ae69d9ce20a4cf71514.zip | |
Merge branch 'master' of https://github.com/mruby/mruby
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 |
