Skip to content

Commit

Permalink
Add required dll for win32
Browse files Browse the repository at this point in the history
  • Loading branch information
wo01 committed Oct 28, 2018
1 parent b076094 commit 07527e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions winbuild-cross.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ CFLAGS="-Wall -O3 -fomit-frame-pointer"
mkdir release
cp README.txt release/
#cp /usr/i686-w64-mingw32/lib/libwinpthread-1.dll release/
#cp /usr/lib/gcc/i686-w64-mingw32/5.3-win32/libgcc_s_sjlj-1.dll release/
cp /usr/x86_64-w64-mingw32/lib/libwinpthread-1.dll release/
cp curl/lib/.libs/libcurl-4.dll release/

Expand Down

0 comments on commit 07527e3

Please sign in to comment.