Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0e31454

Browse files
Enable "--with-computed-gotos" for the binary installer
on OSX.
1 parent 1943f86 commit 0e31454

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
@@ -646,7 +646,7 @@ def buildPython():
646646

647647
print "Running configure..."
648648
runCommand("%s -C --enable-framework --enable-universalsdk=%s "
649-
"--with-universal-archs=%s "
649+
"--with-universal-archs=%s --with-computed-gotos"
650650
"LDFLAGS='-g -L%s/libraries/usr/local/lib' "
651651
"OPT='-g -O3 -I%s/libraries/usr/local/include' 2>&1"%(
652652
shellQuote(os.path.join(SRCDIR, 'configure')), shellQuote(SDKPATH),

0 commit comments

Comments
 (0)