diff options
Diffstat (limited to 'tools/mrbc/mrbc.rake')
| -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 4cca63b6f..cf356ba4f 100644 --- a/tools/mrbc/mrbc.rake +++ b/tools/mrbc/mrbc.rake @@ -7,4 +7,4 @@ MRuby.each_target do file exec => objs + ["#{build_dir}/lib/libmruby_core.a"] do |t| link t.name, t.prerequisites, [], gems.map { |g| g.mruby_libs } end -end
\ No newline at end of file +end |
