minor tweak of compiler priority while waiting for customizable compiler priorities
This commit is contained in:
parent
29e0ff61d7
commit
93c9c45580
@ -306,7 +306,7 @@ def _proper_compiler_style(cspec, target):
|
|||||||
raise UnavailableCompilerVersionError(other_compiler)
|
raise UnavailableCompilerVersionError(other_compiler)
|
||||||
|
|
||||||
# copy concrete version into other_compiler
|
# copy concrete version into other_compiler
|
||||||
spec.compiler = matches[0].copy()
|
spec.compiler = matches[-1].copy()
|
||||||
assert(spec.compiler.concrete)
|
assert(spec.compiler.concrete)
|
||||||
return True # things changed.
|
return True # things changed.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user