Commit 3479d847 authored by Yuichiro MASUI's avatar Yuichiro MASUI

Added s flag to ar command

parent eab894e5
......@@ -6,7 +6,7 @@ MRuby.each_target do
self.libmruby << objs
file "#{build_dir}/lib/libmruby_core.a" => objs do |t|
archive t.name, 'r', t.prerequisites
archive t.name, 'rs', t.prerequisites
end
# Parser
......
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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment