Commit f381c2de authored by Fabio Pelosin's avatar Fabio Pelosin

[Sandbox] Restore correct behaviour for adding headers search paths.

parent 68f22d19
......@@ -88,7 +88,7 @@ module Pod
# @return [void]
#
def add_search_path(path)
@search_paths << path
@search_paths << Pathname.new(@base_dir) + path
end
def prepare_for_install
......
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