diff options
| author | Max Howell | 2012-08-31 10:21:44 -0400 |
|---|---|---|
| committer | Max Howell | 2012-08-31 10:22:11 -0400 |
| commit | 6c6e82a721f04f3aa4af66130d3e5d80ddb342c8 (patch) | |
| tree | 41db492aa4e6f594e779cdc3ff5aa4b76e24e594 /Library | |
| parent | 2856a97ce37e63b27f2b1bd00f7ea7c0378b0724 (diff) | |
| download | brew-6c6e82a721f04f3aa4af66130d3e5d80ddb342c8.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.
Diffstat (limited to 'Library')
| -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 |
