diff options
| author | Jack Nagel | 2014-09-19 11:58:16 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-09-19 11:58:16 -0500 |
| commit | 44ac71844cfb1005fdfccbaf982e8b00a9817190 (patch) | |
| tree | 7278dfd500b8cb2dacbe2122dc781ef971de428b /Library/Formula | |
| parent | a3f5cc1de29bbb8094645a31dc87061f996dce8a (diff) | |
| download | homebrew-44ac71844cfb1005fdfccbaf982e8b00a9817190.tar.bz2 | |
pyqt5: configure verbosely
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/pyqt5.rb | 3 |
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 |
