Skip to content

Commit c3bfa76

Browse files
authored
bpo-42362: use clang name on 10.9 builds as well (GH-25834)
1 parent 4ae828f commit c3bfa76

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Mac/BuildScript/build-installer.py

-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ def getTargetCompilers():
163163
'10.6': ('gcc', 'g++'),
164164
'10.7': ('gcc', 'g++'),
165165
'10.8': ('gcc', 'g++'),
166-
'10.9': ('gcc', 'g++'),
167166
}
168167
return target_cc_map.get(DEPTARGET, ('clang', 'clang++') )
169168

0 commit comments

Comments
 (0)