1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-01-11 01:14:24 +01:00

Copy winpthread dll

This commit is contained in:
John Maguire 2019-11-14 22:40:02 +00:00
parent e395387baa
commit 27e7174e6f

View File

@ -506,6 +506,7 @@ jobs:
cp cp
/usr/lib/gcc/i686-w64-mingw32/*-posix/libgcc_s_sjlj-1.dll /usr/lib/gcc/i686-w64-mingw32/*-posix/libgcc_s_sjlj-1.dll
/usr/lib/gcc/i686-w64-mingw32/*-posix/libstdc++-6.dll /usr/lib/gcc/i686-w64-mingw32/*-posix/libstdc++-6.dll
/usr/i686-w64-mingw32/lib/libwinpthread-1.dll
$CIRCLE_WORKING_DIRECTORY/dist/windows $CIRCLE_WORKING_DIRECTORY/dist/windows
- run: - run:
name: Copy DLL dependencies name: Copy DLL dependencies