Skip to content

Commit 0c15ef2

Browse files
committed
Auditor: Add libatomic.so.1 to the list of glibc libraries
1 parent f5aa2f7 commit 0c15ef2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

BinaryBuilderAuditor.jl/src/SystemLibraries.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ function is_system_library(soname::AbstractString, platform::AbstractPlatform)
3535
"libpthread.so.0",
3636
"libresolv.so.2",
3737
"libutil.so.1",
38+
"libatomic.so.1",
3839
]
3940

4041
# It's arguable these should require `CompilerSupportLibraries_jll`

0 commit comments

Comments
 (0)