mirror of
https://github.com/python/cpython.git
synced 2025-08-22 09:45:06 +00:00
bpo-42362: use clang name on 10.9 builds as well (GH-25834)
This commit is contained in:
parent
4ae828f3c0
commit
c3bfa76221
1 changed files with 0 additions and 1 deletions
|
@ -163,7 +163,6 @@ def getTargetCompilers():
|
|||
'10.6': ('gcc', 'g++'),
|
||||
'10.7': ('gcc', 'g++'),
|
||||
'10.8': ('gcc', 'g++'),
|
||||
'10.9': ('gcc', 'g++'),
|
||||
}
|
||||
return target_cc_map.get(DEPTARGET, ('clang', 'clang++') )
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue