Fix "can't modify frozen String" error
Fix "can't modify frozen String" error if bottle requires Command Line Tools when installing/updating several packages, which causes install/update process failure.
This commit is contained in:
parent
6567eb2bbb
commit
208acd8e43
@ -4216,7 +4216,7 @@ class Formula
|
|||||||
lambda do |_|
|
lambda do |_|
|
||||||
on_macos do
|
on_macos do
|
||||||
T.bind(self, PourBottleCheck)
|
T.bind(self, PourBottleCheck)
|
||||||
reason(<<~EOS)
|
reason(+<<~EOS)
|
||||||
The bottle needs the Xcode Command Line Tools to be installed at /Library/Developer/CommandLineTools.
|
The bottle needs the Xcode Command Line Tools to be installed at /Library/Developer/CommandLineTools.
|
||||||
Development tools provided by Xcode.app are not sufficient.
|
Development tools provided by Xcode.app are not sufficient.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user