Skip to content

Commit 9ae3640

Browse files
Fix typo in configure line that caused the build installer
to not use the right LDFLAGS settings.
1 parent 42a40c5 commit 9ae3640

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
@@ -651,7 +651,7 @@ def buildPython():
651651
'libraries', 'usr', 'local', 'lib')
652652
print "Running configure..."
653653
runCommand("%s -C --enable-framework --enable-universalsdk=%s "
654-
"--with-universal-archs=%s --with-computed-gotos"
654+
"--with-universal-archs=%s --with-computed-gotos "
655655
"LDFLAGS='-g -L%s/libraries/usr/local/lib' "
656656
"OPT='-g -O3 -I%s/libraries/usr/local/include' 2>&1"%(
657657
shellQuote(os.path.join(SRCDIR, 'configure')), shellQuote(SDKPATH),

0 commit comments

Comments
 (0)