Commit 903cbf80 authored by Marius Rackwitz's avatar Marius Rackwitz

[Installer] Set host_requires_frameworks more predictable

parent 335f4a20
......@@ -353,7 +353,7 @@ module Pod
def determine_dependency_product_types
aggregate_targets.each do |aggregate_target|
aggregate_target.pod_targets.each do |pod_target|
pod_target.host_requires_frameworks = aggregate_target.requires_frameworks?
pod_target.host_requires_frameworks ||= aggregate_target.requires_frameworks?
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