Fix an unnecessary space

This commit is contained in:
Daniel Bovensiepen
2013-01-04 07:01:01 +08:00
parent 67541a3d6e
commit e3fd198cbf
+1 -1
View File
@@ -1,4 +1,4 @@
MRuby.each_target do
MRuby.each_target do
file "#{build_dir}/lib/libmruby.a" => libmruby.flatten do |t|
archive t.name, 'r', t.prerequisites
end