aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMartin Afanasjew2016-05-08 20:12:51 +0200
committerMartin Afanasjew2016-05-08 20:12:51 +0200
commit86fa42b36c98e482490ca347849e041ee9316011 (patch)
tree49c13b14aeb18783c0b6f08710fc10b40085093f /Library
parent504152038cb591a661721b09e989f428bbc6ae0a (diff)
downloadbrew-86fa42b36c98e482490ca347849e041ee9316011.tar.bz2
tab: fix bad default_compiler reference
Partially addresses #219. Related to changes introduced in #168.
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