diff options
Diffstat (limited to 'Library/Formula/python3.rb')
| -rw-r--r-- | Library/Formula/python3.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb index 5738a85b6..b9d3d1ae3 100644 --- a/Library/Formula/python3.rb +++ b/Library/Formula/python3.rb @@ -50,9 +50,7 @@ class Python3 < Formula end def install - # --with-computed-gotos requires addressable labels in C. - # Both gcc and LLVM support this, so switch it on. - args = ["--prefix=#{prefix}", "--with-computed-gotos"] + args = ["--prefix=#{prefix}"] if ARGV.build_universal? args << "--enable-universalsdk=/" << "--with-universal-archs=intel" |
