Merge pull request #7323 from Bo98/std-pc

Revert "ENV/std: withdraw support for Homebrew supplied *.pc files"
This commit is contained in:
Mike McQuaid 2020-04-11 13:12:58 +01:00 committed by GitHub
commit 0eff14db55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,11 @@
module Stdenv module Stdenv
# @private # @private
undef x11 undef homebrew_extra_pkg_config_paths, x11
def homebrew_extra_pkg_config_paths
["#{HOMEBREW_LIBRARY}/Homebrew/os/mac/pkgconfig/#{MacOS.version}"]
end
def x11 def x11
# There are some config scripts here that should go in the PATH # There are some config scripts here that should go in the PATH