Skip to content

Commit

Permalink
T
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandro Hanea committed Feb 23, 2025
1 parent 0d638bb commit 3fb611a
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,12 @@ private static bool ShouldSkipDependency(string libraryName)
{
"libdl.so.2",
"libpthread.so.0",
"ld-linux.so.2"
"ld-linux.so.2",
"libc.so.6",
"libm.so.6",
"libgcc_s.so.1",
"libstdc++.so.6",
"libgomp.so.1"
};

if (linuxLibs.Contains(libraryName))
Expand Down

0 comments on commit 3fb611a

Please sign in to comment.