Commit 21a87d96 authored by Samuel Giddins's avatar Samuel Giddins

fixup! [Target] Place umbrella headers / module maps in the headers directory

parent a4f5bdc6
...@@ -157,10 +157,11 @@ module Pod ...@@ -157,10 +157,11 @@ module Pod
# defines the module structure for the compiler. # defines the module structure for the compiler.
# #
def module_map_path def module_map_path
basename = "#{label}.modulemap"
if requires_frameworks? || !respond_to?(:build_headers) if requires_frameworks? || !respond_to?(:build_headers)
support_files_dir + "#{product_module_name}.modulemap" support_files_dir + basename
else else
build_headers.root + product_module_name + "#{label}.modulemap" build_headers.root + product_module_name + basename
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