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

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


http://hg.python.org/cpython/rev/b3501bdfc164
changeset:   86457:b3501bdfc164
branch:      3.3
parent:      86440:247344a0d12e
user:        Ned Deily <nad at acm.org>
date:        Fri Oct 18 20:41:16 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