Skip to content

Commit

Permalink
Add ssl config
Browse files Browse the repository at this point in the history
  • Loading branch information
perklet committed Dec 30, 2023
1 parent 64707cf commit de4a375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ sed -i 's/-lidn2/-lidn2 -lunistring -liconv/g' lib/Makefile.mk
sed -i 's/-lidn2/-lidn2 -lunistring -liconv/g' src/Makefile.mk

# mingw32-make -f Makefile.dist mingw32-clean CFLAGS=-Wno-unused-variable
mingw32-make -f Makefile.dist mingw32 -j CFLAGS=-Wno-unused-variable CFG=-zlib,-nghttp2,-idn2,-brotli,-zstd
mingw32-make -f Makefile.dist mingw32 -j CFLAGS=-Wno-unused-variable CFG=-zlib,-nghttp2,-idn2,-brotli,-zstd,-ssl

mkdir -p ../dist
mv lib/libcurl* ../dist/
Expand Down

0 comments on commit de4a375

Please sign in to comment.