Commit 3a028978 authored by Fabio Pelosin's avatar Fabio Pelosin

[Analyzer] Set a default platform for non integrated targets

parent cce22a68
...@@ -182,6 +182,7 @@ module Pod ...@@ -182,6 +182,7 @@ module Pod
target.client_root = config.installation_root target.client_root = config.installation_root
target.user_target_uuids = [] target.user_target_uuids = []
target.user_build_configurations = {} target.user_build_configurations = {}
target.archs = '$(ARCHS_STANDARD)'
end end
grouped_specs = specs.map do |spec| grouped_specs = specs.map do |spec|
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment