diff options
| author | Dominyk Tiller | 2016-02-20 19:24:30 +0000 |
|---|---|---|
| committer | Dominyk Tiller | 2016-02-20 19:24:30 +0000 |
| commit | 7572e91a6031dfc2c5d12d07686436aa44de501e (patch) | |
| tree | c79f3e566204ac8fd12eb70827bc8d80424c5ec1 /Library | |
| parent | f15532452e36e2fa82407fbfb243ba7208f55e9a (diff) | |
| download | brew-7572e91a6031dfc2c5d12d07686436aa44de501e.tar.bz2 | |
diagnostic: add new osxfuse exceptions
The recent updates to OSXFuse include two new elements that get flagged by
`brew doctor`. Adding them here so it's consistent with how we handle the rest
of OSXFuse.
Closes Homebrew/homebrew#49372.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/diagnostic.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/diagnostic.rb b/Library/Homebrew/diagnostic.rb index c2f11b5cf..ecd347ca7 100644 --- a/Library/Homebrew/diagnostic.rb +++ b/Library/Homebrew/diagnostic.rb @@ -175,6 +175,7 @@ module Homebrew "libmacfuse_i64.2.dylib", # OSXFuse MacFuse compatibility layer "libosxfuse_i32.2.dylib", # OSXFuse "libosxfuse_i64.2.dylib", # OSXFuse + "libosxfuse.2.dylib", # OSXFuse "libTrAPI.dylib", # TrAPI / Endpoint Security VPN "libntfs-3g.*.dylib", # NTFS-3G "libntfs.*.dylib", # NTFS-3G @@ -238,6 +239,7 @@ module Homebrew "libfuse_ino64.la", # MacFuse "libosxfuse_i32.la", # OSXFuse "libosxfuse_i64.la", # OSXFuse + "libosxfuse.la", # OSXFuse "libntfs-3g.la", # NTFS-3G "libntfs.la", # NTFS-3G "libublio.la", # NTFS-3G |
