mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-07 09:37:36 +08:00
fix dependencies again
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user