Fix regex to find version on OS X
This commit is contained in:
parent
41cd8f8e6d
commit
fb5274145a
@ -54,4 +54,4 @@ def default_version(self, comp):
|
|||||||
Thread model: posix
|
Thread model: posix
|
||||||
"""
|
"""
|
||||||
return get_compiler_version(
|
return get_compiler_version(
|
||||||
comp, '--version', r'(?:clang version|based on LLVM) ([^ )]+)')
|
comp, '--version', r'(?:clang version|based on LLVM|LLVM version) ([^ )]+)')
|
||||||
|
Loading…
Reference in New Issue
Block a user