Merge pull request #18021 from bevanjkay/caveat-fix
This commit is contained in:
commit
c23c367837
@ -141,7 +141,7 @@ module Cask
|
|||||||
end
|
end
|
||||||
|
|
||||||
caveat :requires_rosetta do
|
caveat :requires_rosetta do
|
||||||
next if !Hardware::CPU.arm? || Homebrew::SimulateSystem.current_arch != :arm
|
next if Homebrew::SimulateSystem.current_arch != :arm
|
||||||
|
|
||||||
<<~EOS
|
<<~EOS
|
||||||
#{@cask} is built for Intel macOS and so requires Rosetta 2 to be installed.
|
#{@cask} is built for Intel macOS and so requires Rosetta 2 to be installed.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user