Enable "--with-computed-gotos" for the binary installer

on OSX.
This commit is contained in:
Ronald Oussoren 2009-03-30 19:51:09 +00:00
parent 1943f8683b
commit 0e314548c2
1 changed files with 1 additions and 1 deletions

View File

@ -646,7 +646,7 @@ def buildPython():
print "Running configure..."
runCommand("%s -C --enable-framework --enable-universalsdk=%s "
"--with-universal-archs=%s "
"--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),