Xcode: fix version detection with unknown clang

This commit is contained in:
Misty De Meo 2018-06-05 14:53:24 -07:00
parent 22e9fd7729
commit 7f2cebd4df

View File

@ -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