From cb862901ea5a6ac15e7953e142692aac2fa90a8c Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 7 Oct 2014 18:51:02 -0500 Subject: Whitelist more fuse files Someday this will be finished. --- Library/Homebrew/cmd/doctor.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Library') diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb index 29decd0eb..d0fca99fe 100644 --- a/Library/Homebrew/cmd/doctor.rb +++ b/Library/Homebrew/cmd/doctor.rb @@ -119,6 +119,8 @@ def check_for_stray_dylibs white_list = [ "libfuse.2.dylib", # MacFuse "libfuse_ino64.2.dylib", # MacFuse + "libmacfuse_i32.2.dylib", # OSXFuse MacFuse compatibility layer + "libmacfuse_i64.2.dylib", # OSXFuse MacFuse compatibility layer "libosxfuse_i32.2.dylib", # OSXFuse "libosxfuse_i64.2.dylib", # OSXFuse ] @@ -186,6 +188,7 @@ end def check_for_stray_headers white_list = [ + "fuse.h", # MacFuse "fuse/**/*.h", # MacFuse "macfuse/**/*.h", # OSXFuse MacFuse compatibility layer "osxfuse/**/*.h", # OSXFuse -- cgit v1.2.3