gobject-introspection: add Homebrew's Python to PATH on <= Mavericks (#23372)
This commit is contained in:
parent
b136bdb04c
commit
84ee62f5d9
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ class GobjectIntrospection < Formula
|
|||
s.change_make_var! "GOBJECT_INTROSPECTION_LIBDIR", "#{HOMEBREW_PREFIX}/lib"
|
||||
end
|
||||
|
||||
ENV.prepend_path "PATH", Formula["python"].opt_libexec/"bin" if MacOS.version <= :mavericks
|
||||
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}", "PYTHON=python"
|
||||
system "make"
|
||||
system "make", "install"
|
||||
|
|
Loading…
Reference in a new issue