Improved build scripts and config files

This commit is contained in:
Yuichiro MASUI
2013-01-20 22:48:42 +09:00
parent 583983385b
commit ced80d2b4b
25 changed files with 792 additions and 521 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
MRuby.each_target do
file "#{build_dir}/lib/libmruby.a" => libmruby.flatten do |t|
archive t.name, 'rs', t.prerequisites
file libfile("#{build_dir}/lib/libmruby") => libmruby.flatten do |t|
archiver.run t.name, t.prerequisites
end
end