Skip to content

Commit c1913c5

Browse files
committed
Add libresolv.9.dylib to the list of ignorable macOS libraries
1 parent 4995b4d commit c1913c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/auditor/dynamic_linkage.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ function should_ignore_lib(lib, ::MachOHandle)
169169
"libsystem.b.dylib",
170170
# This is not built by clang or GCC, so we leave it as a system library
171171
"libc++.1.dylib",
172+
"libresolv.9.dylib",
172173
]
173174
return lowercase(basename(lib)) in ignore_libs
174175
end

0 commit comments

Comments
 (0)