Skip to content

Commit

Permalink
pyqt5: configure verbosely
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel committed Sep 19, 2014
1 parent 148664a commit 8cd747f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/pyqt5.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ def install
# 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
Expand Down

0 comments on commit 8cd747f

Please sign in to comment.