mirror of https://github.com/python/cpython
Issue #21187: Fix OS X installer fail-to-build with Xcode 5.1.
This commit is contained in:
parent
9978a9357a
commit
0134a35bac
|
@ -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],
|
||||
|
|
Loading…
Reference in New Issue