Commit c177b1cb authored by Ned Deily's avatar Ned Deily

Issue #21187: Fix OS X installer fail-to-build with Xcode 5.1.

parent ebd63dc7
...@@ -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