Commit 25d9040c authored by Ned Deily's avatar Ned Deily

Issue #21187: merge with 3.4

parents fc67e72c 0134a35b
...@@ -867,7 +867,7 @@ def buildRecipe(recipe, basedir, archList): ...@@ -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],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment