fix dependencies again

This commit is contained in:
Laurent Sansonetti
2012-01-14 18:28:12 +01:00
parent c936255e52
commit b12dcddae8

View File

@@ -104,7 +104,7 @@ module Motion; module Project;
sleep
objs = []
while path = queue.shift
objs.unshift(build_file.call(path))
objs << build_file.call(path)
end
queue.concat(objs)
end