Skip to content
Snippets Groups Projects
Commit 671f3f32 authored by Sergey Sharybin's avatar Sergey Sharybin
Browse files

Release checker: Ignore libcrypt being dynamic

It is a part of libc, no way we can have blender runnign without
libc installed at this point.
parent 11656eba
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,9 @@ ALLOWED_LIBS = (
"librt.so",
"libutil.so",
# Libraries which are oart of default install,
"libcrypt.so",
# X11 libraries we don't link statically,
"libX11.so",
"libXext.so",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment