Maybe this fixes issue #1553

This commit is contained in:
Matthias Koefferlein 2023-12-02 01:23:06 +01:00
parent 6c4e082fc1
commit 5b4473e37c
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ echo ']' >>$target/.python-paths.txt
pushd $target
new_libs=$(find . -name "*.dll" -or -name "*.so")
new_libs=$(find . -name "*.dll" -or -name "*.pyd" -or -name "*.so")
while [ "$new_libs" != "" ]; do