Skip to content

Commit 07527e3

Browse files
committed
Add required dll for win32
1 parent b076094 commit 07527e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

winbuild-cross.sh

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ CFLAGS="-Wall -O3 -fomit-frame-pointer"
1919
mkdir release
2020
cp README.txt release/
2121
#cp /usr/i686-w64-mingw32/lib/libwinpthread-1.dll release/
22+
#cp /usr/lib/gcc/i686-w64-mingw32/5.3-win32/libgcc_s_sjlj-1.dll release/
2223
cp /usr/x86_64-w64-mingw32/lib/libwinpthread-1.dll release/
2324
cp curl/lib/.libs/libcurl-4.dll release/
2425

0 commit comments

Comments
 (0)