aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-09-19 11:58:16 -0500
committerJack Nagel2014-09-19 11:58:16 -0500
commit44ac71844cfb1005fdfccbaf982e8b00a9817190 (patch)
tree7278dfd500b8cb2dacbe2122dc781ef971de428b /Library
parenta3f5cc1de29bbb8094645a31dc87061f996dce8a (diff)
downloadhomebrew-44ac71844cfb1005fdfccbaf982e8b00a9817190.tar.bz2
pyqt5: configure verbosely
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/pyqt5.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/pyqt5.rb b/Library/Formula/pyqt5.rb
index 4a55e56a6..6f3da81ef 100644
--- a/Library/Formula/pyqt5.rb
+++ b/Library/Formula/pyqt5.rb
@@ -36,7 +36,8 @@ class Pyqt5 < Formula
# If qt4 is linked it will pickup that version otherwise.
"--qmake=#{Formula["qt5"].bin}/qmake",
# Force deployment target to avoid libc++ issues
- "QMAKE_MACOSX_DEPLOYMENT_TARGET=#{MacOS.version}" ]
+ "QMAKE_MACOSX_DEPLOYMENT_TARGET=#{MacOS.version}",
+ "--verbose"]
args << '--debug' if build.include? 'enable-debug'
# addresses https://github.com/Homebrew/homebrew/issues/32370