Skip to content

Commit

Permalink
Maybe this fixes issue #1553
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koefferlein committed Dec 2, 2023
1 parent 5961eab commit 221aa0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy-win-mingw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 221aa0d

Please sign in to comment.