]> granicus.if.org Git - python/commitdiff
Fix typo in configure line that caused the build installer
authorRonald Oussoren <ronaldoussoren@mac.com>
Wed, 1 Apr 2009 14:59:59 +0000 (14:59 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Wed, 1 Apr 2009 14:59:59 +0000 (14:59 +0000)
to not use the right LDFLAGS settings.

Mac/BuildScript/build-installer.py

index 763eaf652736a48fd44d27e80a2a0011c7660595..974fe52766a744800ce567487d39d98071dff7f4 100755 (executable)
@@ -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),