Make clang detection work on AWS Ubuntu14.
This commit is contained in:
@@ -101,7 +101,7 @@ def default_version(cls, comp):
|
|||||||
ver = match.group(1) + '-apple'
|
ver = match.group(1) + '-apple'
|
||||||
else:
|
else:
|
||||||
# Normal clang compiler versions are left as-is
|
# Normal clang compiler versions are left as-is
|
||||||
match = re.search(r'^clang version ([^ )]+)', output)
|
match = re.search(r'clang version ([^ )]+)', output)
|
||||||
if match:
|
if match:
|
||||||
ver = match.group(1)
|
ver = match.group(1)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user