Skip to content

Commit 707a50a

Browse files
committed
Add librt.so.1 to needed dependencies.
1 parent 76a613a commit 707a50a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/check-artifact.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ checkDependencies ()
114114
white_list="KERNEL32\.dll\|msvcrt\.dll\|USER32\.dll"
115115
elif [[ "$OS" == linux ]]; then
116116
dump_cmd='objdump -x '"$1"' | grep "NEEDED"'
117-
white_list="libpthread\.so\.0\|libstdc++\.so\.6\|libc\.so\.6"
117+
white_list="libpthread\.so\.0\|libstdc++\.so\.6\|libc\.so\.6|librt\.so\.1"
118118
if [[ "$ARCH" == x86_32 ]]; then
119119
white_list="${white_list}\|libm\.so\.6"
120120
elif [[ "$ARCH" == x86_64 ]]; then

0 commit comments

Comments
 (0)