Update PyQT. Fixes Homebrew/homebrew#1382.
This commit is contained in:
parent
6963074873
commit
83e208e1e6
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class Pyqt <Formula
|
|||
def install
|
||||
ENV.prepend 'PYTHONPATH', "#{HOMEBREW_PREFIX}/lib/python", ':'
|
||||
|
||||
system "python", "./configure.py", "-g", "--confirm-license",
|
||||
system "python", "./configure.py", "--confirm-license",
|
||||
"--bindir=#{bin}",
|
||||
"--destdir=#{lib}/python",
|
||||
"--sipdir=#{share}/sip"
|
||||
|
|
Loading…
Reference in a new issue