Skip to content

Commit

Permalink
Include MINGW pthread DLL for Win builds (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
earlephilhower authored Sep 3, 2024
1 parent 9b430ed commit cc32c94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/make-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ jobs:
name=mklittlefs-$(git rev-parse --short HEAD)
mkdir -p tmp/mklittlefs
mv mklittlefs.exe tmp/mklittlefs/.
cp /mingw*/bin/libwinpthread*.dll tmp/mklittlefs/.
cd tmp
zip -rq ../${{matrix.env}}-w64-mingw32-${name}.zip mklittlefs
cd ..
Expand Down

0 comments on commit cc32c94

Please sign in to comment.