aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2012-11-11 16:24:24 -0600
committerJack Nagel2012-11-11 16:24:24 -0600
commit6136c3c5d186d0e7460d8c014d019218fec27d89 (patch)
tree64d58765dd3ce11de33f5f8a58349e9eb2d1c0b1 /Library
parent847baa9e143010b79aec043d44a7247911d42063 (diff)
downloadbrew-6136c3c5d186d0e7460d8c014d019218fec27d89.tar.bz2
Update vendered pc file path in superenv
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/superenv.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/superenv.rb b/Library/Homebrew/superenv.rb
index 81d5b3c31..127b84704 100644
--- a/Library/Homebrew/superenv.rb
+++ b/Library/Homebrew/superenv.rb
@@ -120,7 +120,7 @@ class << ENV
# we put our paths before X because we dupe some of the X libraries
paths << "#{MacSystem.x11_prefix}/lib/pkgconfig" << "#{MacSystem.x11_prefix}/share/pkgconfig" if x11?
# Mountain Lion no longer ships some .pcs; ensure we pick up our versions
- paths << "#{HOMEBREW_REPOSITORY}/Library/Homebrew/pkgconfig" if MacOS.version >= :mountain_lion
+ paths << "#{HOMEBREW_REPOSITORY}/Library/ENV/pkgconfig" if MacOS.version >= :mountain_lion
paths.to_path_s
end