summaryrefslogtreecommitdiff
path: root/Mac
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2009-04-01 14:59:59 +0000
committerRonald Oussoren <ronaldoussoren@mac.com>2009-04-01 14:59:59 +0000
commit9ae3640b0e26819a8df2ce8ba4541f94dea92d5c (patch)
tree6bbeec418be8770e4207b05dc8646a6d6bc17c80 /Mac
parent42a40c59a0bc94d29e5fd61cada2d8c0763211d6 (diff)
downloadcpython-git-9ae3640b0e26819a8df2ce8ba4541f94dea92d5c.tar.gz
Fix typo in configure line that caused the build installer
to not use the right LDFLAGS settings.
Diffstat (limited to 'Mac')
-rwxr-xr-xMac/BuildScript/build-installer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/BuildScript/build-installer.py b/Mac/BuildScript/build-installer.py
index 763eaf6527..974fe52766 100755
--- a/Mac/BuildScript/build-installer.py
+++ b/Mac/BuildScript/build-installer.py
@@ -651,7 +651,7 @@ def buildPython():
'libraries', 'usr', 'local', 'lib')
print "Running configure..."
runCommand("%s -C --enable-framework --enable-universalsdk=%s "
- "--with-universal-archs=%s --with-computed-gotos"
+ "--with-universal-archs=%s --with-computed-gotos "
"LDFLAGS='-g -L%s/libraries/usr/local/lib' "
"OPT='-g -O3 -I%s/libraries/usr/local/include' 2>&1"%(
shellQuote(os.path.join(SRCDIR, 'configure')), shellQuote(SDKPATH),