mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
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.
This commit is contained in:
parent
f15532452e
commit
7572e91a60
@ -175,6 +175,7 @@ module Homebrew
|
|||||||
"libmacfuse_i64.2.dylib", # OSXFuse MacFuse compatibility layer
|
"libmacfuse_i64.2.dylib", # OSXFuse MacFuse compatibility layer
|
||||||
"libosxfuse_i32.2.dylib", # OSXFuse
|
"libosxfuse_i32.2.dylib", # OSXFuse
|
||||||
"libosxfuse_i64.2.dylib", # OSXFuse
|
"libosxfuse_i64.2.dylib", # OSXFuse
|
||||||
|
"libosxfuse.2.dylib", # OSXFuse
|
||||||
"libTrAPI.dylib", # TrAPI / Endpoint Security VPN
|
"libTrAPI.dylib", # TrAPI / Endpoint Security VPN
|
||||||
"libntfs-3g.*.dylib", # NTFS-3G
|
"libntfs-3g.*.dylib", # NTFS-3G
|
||||||
"libntfs.*.dylib", # NTFS-3G
|
"libntfs.*.dylib", # NTFS-3G
|
||||||
@ -238,6 +239,7 @@ module Homebrew
|
|||||||
"libfuse_ino64.la", # MacFuse
|
"libfuse_ino64.la", # MacFuse
|
||||||
"libosxfuse_i32.la", # OSXFuse
|
"libosxfuse_i32.la", # OSXFuse
|
||||||
"libosxfuse_i64.la", # OSXFuse
|
"libosxfuse_i64.la", # OSXFuse
|
||||||
|
"libosxfuse.la", # OSXFuse
|
||||||
"libntfs-3g.la", # NTFS-3G
|
"libntfs-3g.la", # NTFS-3G
|
||||||
"libntfs.la", # NTFS-3G
|
"libntfs.la", # NTFS-3G
|
||||||
"libublio.la", # NTFS-3G
|
"libublio.la", # NTFS-3G
|
||||||
|
Loading…
x
Reference in New Issue
Block a user