mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Issue #21187: merge with 3.4
This commit is contained in:
commit
25d9040cb6
1 changed files with 1 additions and 1 deletions
|
@ -867,7 +867,7 @@ def buildRecipe(recipe, basedir, archList):
|
||||||
' -arch '.join(archList),
|
' -arch '.join(archList),
|
||||||
shellQuote(SDKPATH)[1:-1],
|
shellQuote(SDKPATH)[1:-1],
|
||||||
shellQuote(basedir)[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,
|
DEPTARGET,
|
||||||
shellQuote(SDKPATH)[1:-1],
|
shellQuote(SDKPATH)[1:-1],
|
||||||
shellQuote(basedir)[1:-1],
|
shellQuote(basedir)[1:-1],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue