minor tweak of compiler priority while waiting for customizable compiler priorities

This commit is contained in:
Gregory Becker 2016-01-05 17:19:04 -08:00
parent 29e0ff61d7
commit 93c9c45580

View File

@ -306,7 +306,7 @@ def _proper_compiler_style(cspec, target):
raise UnavailableCompilerVersionError(other_compiler)
# copy concrete version into other_compiler
spec.compiler = matches[0].copy()
spec.compiler = matches[-1].copy()
assert(spec.compiler.concrete)
return True # things changed.