Xcode: fix version detection with unknown clang
This commit is contained in:
parent
22e9fd7729
commit
7f2cebd4df
@ -147,6 +147,7 @@ module OS
|
||||
end
|
||||
|
||||
def detect_version_from_clang_version
|
||||
return "dunno" if DevelopmentTools.clang_version.null?
|
||||
# This logic provides a fake Xcode version based on the
|
||||
# installed CLT version. This is useful as they are packaged
|
||||
# simultaneously so workarounds need to apply to both based on their
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user