aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/build.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/build.rb')
-rwxr-xr-xLibrary/Homebrew/build.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Homebrew/build.rb b/Library/Homebrew/build.rb
index ac60221d9..9d25c9a86 100755
--- a/Library/Homebrew/build.rb
+++ b/Library/Homebrew/build.rb
@@ -170,7 +170,8 @@ class Build
begin
f.install
- Tab.create(f, Options.coerce(ARGV.options_only)).write
+ Tab.create(f, ENV.compiler,
+ Options.coerce(ARGV.options_only)).write
rescue Exception => e
if ARGV.debug?
debrew e, f