aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/formula.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb
index b8cf10e00..dd3d17f08 100644
--- a/Library/Homebrew/formula.rb
+++ b/Library/Homebrew/formula.rb
@@ -585,6 +585,7 @@ class Formula
rd, wr = IO.pipe
fork do
+ ENV['HOMEBREW_CC_LOG_PATH'] = logfn
rd.close
$stdout.reopen wr
$stderr.reopen wr