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
Branches
Tags
No related merge requests found
...@@ -46,6 +46,9 @@ ALLOWED_LIBS = ( ...@@ -46,6 +46,9 @@ ALLOWED_LIBS = (
"librt.so", "librt.so",
"libutil.so", "libutil.so",
# Libraries which are oart of default install,
"libcrypt.so",
# X11 libraries we don't link statically, # X11 libraries we don't link statically,
"libX11.so", "libX11.so",
"libXext.so", "libXext.so",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment