From d1455c82e2495e287a645edbecce9ad30880c85d Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Tue, 1 May 2018 08:04:24 +0000 Subject: [PATCH] python@2: --without-computed-gotos isn't needed for >= Xcode 9.3 --- Formula/python@2.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/python@2.rb b/Formula/python@2.rb index ddf294ec6f..17b295f887 100644 --- a/Formula/python@2.rb +++ b/Formula/python@2.rb @@ -94,7 +94,7 @@ class PythonAT2 < Formula # https://bugs.python.org/issue32616 # https://github.com/Homebrew/homebrew-core/issues/22743 if DevelopmentTools.clang_build_version >= 802 && - DevelopmentTools.clang_build_version < 1000 + DevelopmentTools.clang_build_version < 902 args << "--without-computed-gotos" end