mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-01-12 22:51:55 +08:00
fix variable name
This commit is contained in:
@@ -163,8 +163,8 @@ task :build do
|
||||
ruby_objs = app_objs = parallel.objects
|
||||
spec_objs = []
|
||||
if App.config.spec_mode
|
||||
app_objs = objs[0...App.config.ordered_build_files.size]
|
||||
spec_objs = objs[-(App.config.spec_files.size)..-1]
|
||||
app_objs = ruby_objs[0...App.config.ordered_build_files.size]
|
||||
spec_objs = ruby_objs[-(App.config.spec_files.size)..-1]
|
||||
end
|
||||
|
||||
FileUtils.touch(objs_build_dir) if ruby_objs_changed
|
||||
|
||||
Reference in New Issue
Block a user