[Vendor] BS files for :xcode projects are collected differently than :static.

This commit is contained in:
Eloy Durán
2014-02-03 19:44:57 +01:00
committed by Watson
parent 95b61b826c
commit a4fe35523c

View File

@@ -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