aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/pyqt5.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/pyqt5.rb')
-rw-r--r--Library/Formula/pyqt5.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/pyqt5.rb b/Library/Formula/pyqt5.rb
index 440f451af..89a420c78 100644
--- a/Library/Formula/pyqt5.rb
+++ b/Library/Formula/pyqt5.rb
@@ -46,7 +46,7 @@ class Pyqt5 < Formula
# To avoid conflicts with PyQt (for Qt4):
"--sipdir=#{share}/sip/Qt5/",
# sip.h could not be found automatically
- "--sip-incdir=#{Formula["sip"].opt_prefix}/include",
+ "--sip-incdir=#{Formula["sip"].opt_include}",
# Make sure the qt5 version of qmake is found.
# If qt4 is linked it will pickup that version otherwise.
"--qmake=#{Formula["qt5"].bin}/qmake",