Merge pull request #7321 from Bo98/pkg_config

ENV/super: don't set PKG_CONFIG
This commit is contained in:
Bo Anderson 2020-04-10 19:26:03 +01:00 committed by GitHub
commit 2c7908a979
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,8 +121,6 @@ module Superenv
end
generic_setup_build_environment(formula)
self["PKG_CONFIG"] = Superenv.bin/"pkg-config"
# Filter out symbols known not to be defined since GNU Autotools can't
# reliably figure this out with Xcode 8 and above.
if MacOS.version == "10.12" && MacOS::Xcode.version >= "9.0"