ENV/super: don't set PKG_CONFIG

This commit is contained in:
Bo Anderson 2020-04-10 18:36:18 +01:00
parent 740e0242fa
commit e8e6592701

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"