We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
libssl.so.3
libreadline.so.8
1 parent df8d4d0 commit ac85bc7Copy full SHA for ac85bc7
utils/lib-copy/copy-dependencies.php
@@ -45,6 +45,7 @@
45
&& ! str_contains($library, 'libgpgme-pthread.so')
46
&& ! str_contains($library, 'libgpgme.so')
47
&& ! str_contains($library, 'libreadline.so.8')
48
+ && ! str_contains($library, 'libssl.so.3')
49
;
50
});
51
0 commit comments