Remove errant pkg-config libdir

We found an issue in Linuxbrew/homebrew-core#3366 where the addition of "/usr/lib/pkg-config" causes compilation issues if system pkg-config files are in that directory on Linux. Removing the line from here and adding it into the mac superenv.
This commit is contained in:
Andrew Yates 2017-08-03 10:44:56 +01:00 committed by GitHub
parent 2ad03b8eb3
commit 980db9d3fb

View File

@ -138,7 +138,6 @@ module Superenv
def determine_pkg_config_libdir def determine_pkg_config_libdir
PATH.new( PATH.new(
"/usr/lib/pkgconfig",
homebrew_extra_pkg_config_paths, homebrew_extra_pkg_config_paths,
).existing ).existing
end end