mirror of
https://github.com/python/cpython.git
synced 2025-11-11 11:01:39 +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 @@ def getFullVersion():
|
||||||
'10.6': ('gcc-4.2', 'g++-4.2'),
|
'10.6': ('gcc-4.2', 'g++-4.2'),
|
||||||
'10.7': ('clang', 'clang++'),
|
'10.7': ('clang', 'clang++'),
|
||||||
'10.8': ('clang', 'clang++'),
|
'10.8': ('clang', 'clang++'),
|
||||||
|
'10.9': ('clang', 'clang++'),
|
||||||
}
|
}
|
||||||
|
|
||||||
CC, CXX = target_cc_map[DEPTARGET]
|
CC, CXX = target_cc_map[DEPTARGET]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue