Skip to content
Snippets Groups Projects
Commit 149e65cc authored by Jack Nagel's avatar Jack Nagel
Browse files

Add pkgconfig dirs for all deps under superenv

Fixes Homebrew/homebrew#18367.
parent c7c33c98
No related branches found
No related tags found
No related merge requests found
......@@ -122,8 +122,8 @@ class << ENV
end
def determine_pkg_config_path
paths = deps.map{|dep| "#{HOMEBREW_PREFIX}/opt/#{dep}/lib/pkgconfig" }
paths += deps.map{|dep| "#{HOMEBREW_PREFIX}/opt/#{dep}/share/pkgconfig" }
paths = all_deps.map{|dep| "#{HOMEBREW_PREFIX}/opt/#{dep}/lib/pkgconfig" }
paths += all_deps.map{|dep| "#{HOMEBREW_PREFIX}/opt/#{dep}/share/pkgconfig" }
paths.to_path_s
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment