diff options
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 |
