diff options
| author | Yuichiro MASUI <[email protected]> | 2013-01-09 20:15:49 +0900 |
|---|---|---|
| committer | Yuichiro MASUI <[email protected]> | 2013-01-09 20:15:49 +0900 |
| commit | 3479d8474a8925f42983f7f490c8665083da93a6 (patch) | |
| tree | bc3405b6328423ebdfa56a1a64d69b8836738ed3 /tasks/libmruby.rake | |
| parent | eab894e5be20babfc5761835a6d085ec077095c0 (diff) | |
| download | mruby-3479d8474a8925f42983f7f490c8665083da93a6.tar.gz mruby-3479d8474a8925f42983f7f490c8665083da93a6.zip | |
Added s flag to ar command
Diffstat (limited to 'tasks/libmruby.rake')
| -rw-r--r-- | tasks/libmruby.rake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/libmruby.rake b/tasks/libmruby.rake index 1c68aa5e4..9f5cc555a 100644 --- a/tasks/libmruby.rake +++ b/tasks/libmruby.rake @@ -1,5 +1,5 @@ MRuby.each_target do file "#{build_dir}/lib/libmruby.a" => libmruby.flatten do |t| - archive t.name, 'r', t.prerequisites + archive t.name, 'rs', t.prerequisites end end |
