Clarify comment

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Jack Nagel 2012-06-30 14:10:03 -05:00
parent cfe58531ee
commit 17e7b7eaa4

View File

@ -132,7 +132,7 @@ module MacOS extend self
@xctoolchain_path ||= begin @xctoolchain_path ||= begin
path = Pathname.new("#{MacOS.xcode_prefix}/Toolchains/XcodeDefault.xctoolchain") path = Pathname.new("#{MacOS.xcode_prefix}/Toolchains/XcodeDefault.xctoolchain")
# If only the CLT are installed, all tools will be under dev_tools_path, # If only the CLT are installed, all tools will be under dev_tools_path,
# and this path will be nil. # this path won't exist, and xctoolchain_path will be nil.
path if path.exist? path if path.exist?
end end
end end