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:
parent
2ad03b8eb3
commit
980db9d3fb
@ -138,7 +138,6 @@ module Superenv
|
||||
|
||||
def determine_pkg_config_libdir
|
||||
PATH.new(
|
||||
"/usr/lib/pkgconfig",
|
||||
homebrew_extra_pkg_config_paths,
|
||||
).existing
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user