parent
9ff2d8ca79
commit
86ed5034a7
1 changed files with 5 additions and 1 deletions
|
@ -93,7 +93,11 @@ class Python3 < Formula
|
|||
# setuptools remembers the build flags python is built with and uses them to
|
||||
# build packages later. Xcode-only systems need different flags.
|
||||
pour_bottle? do
|
||||
reason "The bottle needs the Xcode CLT to be installed."
|
||||
reason <<-EOS.undent
|
||||
The bottle needs the Apple Command Line Tools to be installed.
|
||||
You can install them, if desired, with:
|
||||
xcode-select --install
|
||||
EOS
|
||||
satisfy { MacOS::CLT.installed? }
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue