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:
Sebastian Krysmanski 2012-05-23 14:30:14 +02:00 committed by Adam Vandenberg
parent 2190e94107
commit 36ab794bb7

View file

@ -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"