Skip to content

Commit

Permalink
bpo-42362: use clang name on 10.9 builds as well (pythonGH-25834)
Browse files Browse the repository at this point in the history
  • Loading branch information
ned-deily committed May 3, 2021
1 parent 4ae828f commit c3bfa76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Mac/BuildScript/build-installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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++') )

Expand Down

0 comments on commit c3bfa76

Please sign in to comment.