mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-13 09:40:32 +08:00
fix build system for ruby 1.8, ruby 1.9.2 and ruby 1.9.3
This commit is contained in:
@@ -120,7 +120,10 @@ module Motion; module Project;
|
||||
end
|
||||
|
||||
# Start build.
|
||||
builders.each { |queue, th| th.wakeup }
|
||||
builders.each do |queue, th|
|
||||
sleep 0.01 while th.status != 'sleep'
|
||||
th.wakeup
|
||||
end
|
||||
builders.each { |queue, th| th.join }
|
||||
|
||||
# Merge the result (based on build order).
|
||||
|
||||
Reference in New Issue
Block a user