afuse: fix build for Linux (#82938)

master
Michael Cho 2021-08-07 20:53:50 -07:00 committed by GitHub
parent 4b5821f24a
commit ebbae9d275
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class Afuse < Formula
end end
on_linux do on_linux do
depends_on "libfuse" depends_on "libfuse@2"
end end
def install def install