gobject-introspection: fix python shebang
Closes Homebrew/homebrew#46390. Signed-off-by: Xu Cheng <xucheng@me.com>
This commit is contained in:
parent
2a4afded30
commit
90503cf97b
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ class GobjectIntrospection < Formula
|
|||
s.change_make_var! "GOBJECT_INTROSPECTION_LIBDIR", "#{HOMEBREW_PREFIX}/lib"
|
||||
end
|
||||
|
||||
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
|
||||
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}", "PYTHON=python"
|
||||
system "make"
|
||||
system "make", "install"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue