python3: mark build failure on 10.7
Closes Homebrew/homebrew#45923. Closes Homebrew/homebrew#47411.
This commit is contained in:
parent
c5939806e3
commit
69b3b1ab26
1 changed files with 5 additions and 0 deletions
|
@ -47,6 +47,11 @@ class Python3 < Formula
|
|||
sha256 "eaad353805c180a47545a256e6508835b65a8e830ba1093ed8162f19a50a530c"
|
||||
end
|
||||
|
||||
fails_with :clang do
|
||||
build 425
|
||||
cause "https://bugs.python.org/issue24844"
|
||||
end
|
||||
|
||||
# Homebrew's tcl-tk is built in a standard unix fashion (due to link errors)
|
||||
# so we have to stop python from searching for frameworks and linking against
|
||||
# X11.
|
||||
|
|
Loading…
Reference in a new issue