Skip to content

Commit

Permalink
why not building with libs
Browse files Browse the repository at this point in the history
  • Loading branch information
perklet committed Dec 30, 2023
1 parent defd23b commit e8eaefa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions win/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ sed -i 's/-DUSE_NGHTTP2/-DUSE_NGHTTP2 -DNGHTTP2_STATICLIB/g' src/Makefile.mk
sed -i 's/-lidn2/-lidn2 -lunistring -liconv/g' lib/Makefile.mk
sed -i 's/-lidn2/-lidn2 -lunistring -liconv/g' src/Makefile.mk

# mingw32-make mingw32-clean CFLAGS=-Wno-unused-variable
mingw32-make mingw32 -j CFLAGS=-Wno-unused-variable
mingw32-make -f Makefile.dist mingw32-clean CFLAGS=-Wno-unused-variable
mingw32-make -f Makefile.dist mingw32 -j CFLAGS=-Wno-unused-variable

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

0 comments on commit e8eaefa

Please sign in to comment.