Skip to content

Commit 6fd602b

Browse files
committed
Fix support for libgpgme
Related to brefphp/extra-php-extensions#443
1 parent a86c7ed commit 6fd602b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/lib-copy/copy-dependencies.php

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
// For some reason some libraries are actually not in Lambda, despite being in the docker image 🤷
3838
$librariesThatExistOnLambda = array_filter($librariesThatExistOnLambda, function ($library) {
3939
return ! str_contains($library, 'libgcrypt.so')
40+
&& ! str_contains($library, 'libassuan.so')
4041
&& ! str_contains($library, 'libgobject-2.0.so')
4142
&& ! str_contains($library, 'libgpg-error.so')
4243
&& ! str_contains($library, 'libgpgme-pthread.so')

0 commit comments

Comments
 (0)