diff options
| author | Max Howell | 2012-08-31 10:21:44 -0400 |
|---|---|---|
| committer | Max Howell | 2012-08-31 10:22:11 -0400 |
| commit | 1c7e060c668e284114cb025ec9a37da15300c46f (patch) | |
| tree | beb2a02299e902b5e3e76bee704f9628aa11de75 | |
| parent | 4dbce44218b0a407bb3e124fe98872ee54736e75 (diff) | |
| download | homebrew-1c7e060c668e284114cb025ec9a37da15300c46f.tar.bz2 | |
Set VERBOSE if --verbose
You tend to get more useful build output this way, and (more importantly?), superenv itself only outputs certain things if VERBOSE is set.
| -rw-r--r-- | Library/Homebrew/superenv.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/superenv.rb b/Library/Homebrew/superenv.rb index ce5eecf9c..6e29dd858 100644 --- a/Library/Homebrew/superenv.rb +++ b/Library/Homebrew/superenv.rb @@ -51,6 +51,7 @@ class << ENV ENV['CMAKE_FRAMEWORK_PATH'] = "#{MacOS.sdk_path}/System/Library/Frameworks" if MacSystem.xcode43_without_clt? ENV['CMAKE_INCLUDE_PATH'] = determine_cmake_include_path ENV['ACLOCAL_PATH'] = determine_aclocal_path + ENV['VERBOSE'] = '1' if ARGV.verbose? end def universal_binary |
