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.
1 parent 315267f commit df8d4d0Copy full SHA for df8d4d0
utils/lib-copy/copy-dependencies.php
@@ -44,6 +44,7 @@
44
&& ! str_contains($library, 'libgpg-error.so')
45
&& ! str_contains($library, 'libgpgme-pthread.so')
46
&& ! str_contains($library, 'libgpgme.so')
47
+ && ! str_contains($library, 'libreadline.so.8')
48
;
49
});
50
0 commit comments