Update vendered pc file path in superenv
This commit is contained in:
parent
847baa9e14
commit
6136c3c5d1
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user