Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0134a35

Browse files
committed
Issue #21187: Fix OS X installer fail-to-build with Xcode 5.1.
1 parent 9978a93 commit 0134a35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mac/BuildScript/build-installer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ def buildRecipe(recipe, basedir, archList):
867867
' -arch '.join(archList),
868868
shellQuote(SDKPATH)[1:-1],
869869
shellQuote(basedir)[1:-1],),
870-
"LDFLAGS=-mmacosx-version-min=%s -syslibroot,%s -L%s/usr/local/lib -arch %s"%(
870+
"LDFLAGS=-mmacosx-version-min=%s -isysroot %s -L%s/usr/local/lib -arch %s"%(
871871
DEPTARGET,
872872
shellQuote(SDKPATH)[1:-1],
873873
shellQuote(basedir)[1:-1],

0 commit comments

Comments
 (0)