mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-05-24 13:28:37 +08:00
forget to add a passing argument into another build_file.call
This commit is contained in:
@@ -181,7 +181,7 @@ module Motion; module Project;
|
||||
spec_objs = []
|
||||
if config.spec_mode
|
||||
# Build spec files too, but sequentially.
|
||||
spec_objs = config.spec_files.map { |path| build_file.call(path) }
|
||||
spec_objs = config.spec_files.map { |path| build_file.call(objs_build_dir, path) }
|
||||
objs += spec_objs
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user