Commit 0e314548 authored by Ronald Oussoren's avatar Ronald Oussoren

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

on OSX.
parent 1943f868
......@@ -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),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment