Commit d3ad68ce authored by Samuel E. Giddins's avatar Samuel E. Giddins

[PodTarget] Ensure that dependent targets of scoped pod targets are flattened

parent f5f58876
...@@ -66,7 +66,7 @@ module Pod ...@@ -66,7 +66,7 @@ module Pod
target.user_build_configurations = user_build_configurations target.user_build_configurations = user_build_configurations
target.native_target = native_target target.native_target = native_target
target.archs = archs target.archs = archs
target.dependent_targets = dependent_targets.map(&:scoped) target.dependent_targets = dependent_targets.flat_map(&:scoped)
end end
end end
end end
......
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