aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/tab.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/tab.rb b/Library/Homebrew/tab.rb
index 32ab284ae..a72a3c0cc 100644
--- a/Library/Homebrew/tab.rb
+++ b/Library/Homebrew/tab.rb
@@ -187,7 +187,7 @@ class Tab < OpenStruct
end
def compiler
- super || MacOS.default_compiler
+ super || DevelopmentTools.default_compiler
end
def cxxstdlib