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 1cb84e68cd
commit a22be03468

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.