[Python-checkins] cpython (merge 3.3 -> default): Update OS X installer for building on 10.9.

ned.deily python-checkins at python.org
Sat Oct 19 06:36:29 CEST 2013


http://hg.python.org/cpython/rev/286a0e47bdb8
changeset:   86458:286a0e47bdb8
parent:      86455:6c9050ad1afc
parent:      86457:b3501bdfc164
user:        Ned Deily <nad at acm.org>
date:        Fri Oct 18 20:42:32 2013 -0700
summary:
  Update OS X installer for building on 10.9.

files:
  Mac/BuildScript/build-installer.py |  1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py
--- a/Mac/BuildScript/build-installer.py
+++ b/Mac/BuildScript/build-installer.py
@@ -155,6 +155,7 @@
         '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]

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list