aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2016-05-08 17:07:24 +0100
committerMike McQuaid2016-05-08 17:07:24 +0100
commit181ebbfaeb763e1a4f979568ed716c1a14cd26cd (patch)
tree9255dd947de0af880227d96d3fb91eacee50a0d4 /Library
parentc5bfc932a6f74adcf303e66d88cf814d176318c7 (diff)
downloadbrew-181ebbfaeb763e1a4f979568ed716c1a14cd26cd.tar.bz2
os/mac/xcode: fix development tools reference.
Closes #216.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/os/mac/xcode.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/os/mac/xcode.rb b/Library/Homebrew/os/mac/xcode.rb
index de812ae8b..780082389 100644
--- a/Library/Homebrew/os/mac/xcode.rb
+++ b/Library/Homebrew/os/mac/xcode.rb
@@ -105,7 +105,7 @@ module OS
# Xcode.version would always be non-nil. This is deprecated, and will
# be removed in a future version. To remain compatible, guard usage of
# Xcode.version with an Xcode.installed? check.
- case MacOS.llvm_build_version.to_i
+ case DevelopmentTools.llvm_build_version.to_i
when 1..2063 then "3.1.0"
when 2064..2065 then "3.1.4"
when 2066..2325