Clarify comment
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
cfe58531ee
commit
17e7b7eaa4
@ -132,7 +132,7 @@ module MacOS extend self
|
||||
@xctoolchain_path ||= begin
|
||||
path = Pathname.new("#{MacOS.xcode_prefix}/Toolchains/XcodeDefault.xctoolchain")
|
||||
# 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?
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user