diff options
Diffstat (limited to 'tasks/core.rake')
| -rw-r--r-- | tasks/core.rake | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tasks/core.rake b/tasks/core.rake index c4816d4ce..aca5faed8 100644 --- a/tasks/core.rake +++ b/tasks/core.rake @@ -9,9 +9,5 @@ MRuby.each_target do objfile(dst) end end - self.libmruby_objs << objs - - file libmruby_core_static => objs do |t| - archiver.run t.name, t.prerequisites - end + self.libmruby_core_objs << objs end |
