summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2014-04-09 23:22:19 (GMT)
committerNed Deily <nad@acm.org>2014-04-09 23:22:19 (GMT)
commit25d9040cb63359b3413e377ee1be29627a6a2b82 (patch)
tree45144bf3d939530fbb9b7ab78a00fa3bfb02e96a /Mac
parentfc67e72cfeb12805086166663739527c86176857 (diff)
parent0134a35bac4310c07c571e8d7378199783fbb388 (diff)
downloadcpython-25d9040cb63359b3413e377ee1be29627a6a2b82.zip
cpython-25d9040cb63359b3413e377ee1be29627a6a2b82.tar.gz
cpython-25d9040cb63359b3413e377ee1be29627a6a2b82.tar.bz2
Issue #21187: merge with 3.4
Diffstat (limited to 'Mac')
-rwxr-xr-xMac/BuildScript/build-installer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py
index d4962ff..a67a606 100755
--- a/Mac/BuildScript/build-installer.py
+++ b/Mac/BuildScript/build-installer.py
@@ -867,7 +867,7 @@ def buildRecipe(recipe, basedir, archList):
' -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],