Skip to content

Commit

Permalink
Merge pull request #289 from jtesta/zlib_mingw_fix
Browse files Browse the repository at this point in the history
Fix zlib MinGW build
  • Loading branch information
rbsec committed Sep 5, 2023
2 parents e0563b9 + dee58d5 commit de14dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.mingw
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ zlibpull:
if [ -d zlib_mingw -a -d zlib_mingw/.git ]; then \
cd ./zlib_mingw && git pull && git checkout tags/`git describe --abbrev=0 --tags` ; \
else \
git clone --depth 1 https://github.com/madler/zlib ./zlib_mingw && cd ./zlib_mingw && git checkout tags/`git describe --abbrev=0` ; \
git clone -b master --depth 1 https://github.com/madler/zlib ./zlib_mingw && cd ./zlib_mingw && git checkout tags/`git describe --abbrev=0` ; \
fi

opensslpull:
Expand Down

0 comments on commit de14dbb

Please sign in to comment.