Skip to content

Commit

Permalink
win32: skip installing openssl man pages
Browse files Browse the repository at this point in the history
This speeds up the build a bit and makes the logs easier to read.

Signed-off-by: Ken Dreyer <[email protected]>
  • Loading branch information
ktdreyer committed Sep 16, 2022
1 parent 2bdccfd commit bff19ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win32_deps_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ CROSS_COMPILE="${MINGW_PREFIX}" ./Configure \
mingw64 shared --prefix=$sslDir --libdir="$sslDir/lib"
_make depend
_make
_make install
_make install_sw

echo "Building libcurl."
cd $depsSrcDir
Expand Down

0 comments on commit bff19ba

Please sign in to comment.