Update comment

This commit is contained in:
Jack Nagel 2014-04-15 14:25:27 -05:00
parent 538dea98ad
commit 8d6c1358a2

View File

@ -88,9 +88,11 @@ module OS
end end
end end
# For people who's xcode-select is unset, or who have installed # The remaining logic provides a fake Xcode version for CLT-only
# xcode-gcc-installer or whatever other combinations we can try and # systems. This behavior only exists because Homebrew used to assume
# supprt. See https://github.com/Homebrew/homebrew/wiki/Xcode # 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 MacOS.llvm_build_version.to_i
when 1..2063 then "3.1.0" when 1..2063 then "3.1.0"
when 2064..2065 then "3.1.4" when 2064..2065 then "3.1.4"