aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-10-07 18:51:02 -0500
committerJack Nagel2014-10-07 18:51:02 -0500
commitcb862901ea5a6ac15e7953e142692aac2fa90a8c (patch)
treee1ea3638cf25886106c46abb75ca8e4b2b3c1383 /Library
parent7029810c181e2a5aff96ae6911171fbc0d3b35b0 (diff)
downloadbrew-cb862901ea5a6ac15e7953e142692aac2fa90a8c.tar.bz2
Whitelist more fuse files
Someday this will be finished.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/doctor.rb3
1 files changed, 3 insertions, 0 deletions
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