From 5b4473e37c33a8eb1bd94b7c86b0a0035b0b1b9e Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sat, 2 Dec 2023 01:23:06 +0100 Subject: [PATCH] Maybe this fixes issue #1553 --- scripts/deploy-win-mingw.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy-win-mingw.sh b/scripts/deploy-win-mingw.sh index 26bdb6d55..746815a56 100644 --- a/scripts/deploy-win-mingw.sh +++ b/scripts/deploy-win-mingw.sh @@ -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