Skip to content

Commit

Permalink
Add libwinpthread-1.dll as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hatstand committed Mar 18, 2019
1 parent eed08e3 commit 345f4c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions windows/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ clementine-deps: clementine-build-deps clementine-gst-plugins openssl glibnetwor
cp -vr $(src)/mingwm10.dll $(src)/nsisplugins clementine-deps/
cp -vr /usr/lib/gcc/$(host)/*-posix/libgcc_s_sjlj-1.dll clementine-deps/
cp -vr /usr/lib/gcc/$(host)/*-posix/libstdc++-6.dll clementine-deps/
cp -vr /usr/i686-w64-mingw32/lib/libwinpthread-1.dll clementine-deps/
for f in `find clementine-deps/ -name '*.dll' $(dont_strip)`; do \
$(host)-strip -v $$f; \
done
Expand Down

0 comments on commit 345f4c0

Please sign in to comment.