Update minimum Clang version for colored output
This commit is contained in:
parent
76cd306204
commit
15ecd6aeb2
|
@ -2444,7 +2444,7 @@ class ClangCompiler:
|
||||||
return ['-fPIC']
|
return ['-fPIC']
|
||||||
|
|
||||||
def get_colorout_args(self, colortype):
|
def get_colorout_args(self, colortype):
|
||||||
if mesonlib.version_compare(self.version, '>=3.3'):
|
if mesonlib.version_compare(self.version, '>=3.1'):
|
||||||
return clang_color_args[colortype][:]
|
return clang_color_args[colortype][:]
|
||||||
return []
|
return []
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue