diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-01-09 08:48:43 -0800 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-01-09 08:48:43 -0800 |
| commit | 4f3e217ce774e67a256f98f6b2cf9dd245d63032 (patch) | |
| tree | 92345de714c28b3aa0a0fa74d292358c60910d37 /tasks | |
| parent | f134e8e1bf1b3a4885f33cc954a39b4250b776e1 (diff) | |
| parent | 3479d8474a8925f42983f7f490c8665083da93a6 (diff) | |
| download | mruby-4f3e217ce774e67a256f98f6b2cf9dd245d63032.tar.gz mruby-4f3e217ce774e67a256f98f6b2cf9dd245d63032.zip | |
Merge pull request #713 from masuidrive/add_s_options_to_ar
Added s flag to ar command
Diffstat (limited to 'tasks')
| -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 |
