From 44ac71844cfb1005fdfccbaf982e8b00a9817190 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 19 Sep 2014 11:58:16 -0500 Subject: pyqt5: configure verbosely --- Library/Formula/pyqt5.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Library') 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 -- cgit v1.2.3