mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Update OS X installer for building on 10.9.
This commit is contained in:
commit
5375b491a6
1 changed files with 1 additions and 0 deletions
|
@ -155,6 +155,7 @@ target_cc_map = {
|
|||
'10.6': ('gcc-4.2', 'g++-4.2'),
|
||||
'10.7': ('clang', 'clang++'),
|
||||
'10.8': ('clang', 'clang++'),
|
||||
'10.9': ('clang', 'clang++'),
|
||||
}
|
||||
|
||||
CC, CXX = target_cc_map[DEPTARGET]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue