[Python-checkins] cpython (merge 3.4 -> default): Issue #21187: merge with 3.4

ned.deily python-checkins at python.org
Thu Apr 10 01:24:03 CEST 2014


http://hg.python.org/cpython/rev/b402e5e06f85
changeset:   90204:b402e5e06f85
parent:      90202:63bd9474be49
parent:      90203:a3299de5fc93
user:        Ned Deily <nad at acm.org>
date:        Wed Apr 09 16:22:19 2014 -0700
summary:
  Issue #21187: merge with 3.4

files:
  Mac/BuildScript/build-installer.py |  2 +-
  1 files changed, 1 insertions(+), 1 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
@@ -867,7 +867,7 @@
                         ' -arch '.join(archList),
                         shellQuote(SDKPATH)[1:-1],
                         shellQuote(basedir)[1:-1],),
-                "LDFLAGS=-mmacosx-version-min=%s -syslibroot,%s -L%s/usr/local/lib -arch %s"%(
+                "LDFLAGS=-mmacosx-version-min=%s -isysroot %s -L%s/usr/local/lib -arch %s"%(
                     DEPTARGET,
                     shellQuote(SDKPATH)[1:-1],
                     shellQuote(basedir)[1:-1],

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


More information about the Python-checkins mailing list