We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76a613a commit 707a50aCopy full SHA for 707a50a
compiler/check-artifact.sh
@@ -114,7 +114,7 @@ checkDependencies ()
114
white_list="KERNEL32\.dll\|msvcrt\.dll\|USER32\.dll"
115
elif [[ "$OS" == linux ]]; then
116
dump_cmd='objdump -x '"$1"' | grep "NEEDED"'
117
- white_list="libpthread\.so\.0\|libstdc++\.so\.6\|libc\.so\.6"
+ white_list="libpthread\.so\.0\|libstdc++\.so\.6\|libc\.so\.6|librt\.so\.1"
118
if [[ "$ARCH" == x86_32 ]]; then
119
white_list="${white_list}\|libm\.so\.6"
120
elif [[ "$ARCH" == x86_64 ]]; then
0 commit comments