mirror of https://github.com/python/cpython
bpo-42362: use clang name on 10.9 builds as well (GH-25834)
This commit is contained in:
parent
4ae828f3c0
commit
c3bfa76221
|
@ -163,7 +163,6 @@ def getTargetCompilers():
|
||||||
'10.6': ('gcc', 'g++'),
|
'10.6': ('gcc', 'g++'),
|
||||||
'10.7': ('gcc', 'g++'),
|
'10.7': ('gcc', 'g++'),
|
||||||
'10.8': ('gcc', 'g++'),
|
'10.8': ('gcc', 'g++'),
|
||||||
'10.9': ('gcc', 'g++'),
|
|
||||||
}
|
}
|
||||||
return target_cc_map.get(DEPTARGET, ('clang', 'clang++') )
|
return target_cc_map.get(DEPTARGET, ('clang', 'clang++') )
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue