python@2: --without-computed-gotos isn't needed for >= Xcode 9.3
This commit is contained in:
parent
7d450f2121
commit
d1455c82e2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue