sip: add sipdir
The sip path option was missing from the sip keg. This broke py2app. Closes Homebrew/homebrew#12388.
This commit is contained in:
parent
2190e94107
commit
36ab794bb7
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ class Sip < Formula
|
|||
"--destdir=#{lib}/#{which_python}/site-packages",
|
||||
"--bindir=#{bin}",
|
||||
"--incdir=#{include}",
|
||||
"--sipdir=#{HOMEBREW_PREFIX}/share/sip",
|
||||
"CFLAGS=#{ENV.cflags}",
|
||||
"LFLAGS=#{ENV.ldflags}"
|
||||
system "make install"
|
||||
|
|
Loading…
Reference in a new issue