mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-06-12 00:35:25 +08:00
[Vendor] BS files for :xcode projects are collected differently than :static.
This commit is contained in:
@@ -220,7 +220,7 @@ EOS
|
||||
end
|
||||
end
|
||||
|
||||
@bs_files = Dir.glob('*.bridgesupport').map { |x| File.expand_path(x) }
|
||||
@bs_files = Dir.glob("#{build_dir}/*.bridgesupport").map { |x| File.expand_path(x) }
|
||||
@libs = Dir.glob("#{build_dir}/*.a").map { |x| File.expand_path(x) }
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user