aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/compilers.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/compilers.rb')
-rw-r--r--Library/Homebrew/compilers.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/compilers.rb b/Library/Homebrew/compilers.rb
index a04f75f6d..896b8f363 100644
--- a/Library/Homebrew/compilers.rb
+++ b/Library/Homebrew/compilers.rb
@@ -89,11 +89,11 @@ class CompilerSelector
}
def self.select_for(formula, compilers = self.compilers)
- new(formula, MacOS, compilers).compiler
+ new(formula, DevelopmentTools, compilers).compiler
end
def self.compilers
- COMPILER_PRIORITY.fetch(MacOS.default_compiler)
+ COMPILER_PRIORITY.fetch(DevelopmentTools.default_compiler)
end
attr_reader :formula, :failures, :versions, :compilers