Skip to content
Snippets Groups Projects
Commit c9d1beea authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Fixing HDF5 without zlib on cygwin

parent 867effc8
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ if [ -d "$1/HDF5" ]; then
exit 0
fi
if [ ! -d "$1/ZLIB" ]; then
if [ ! -d "$1/ZLIB" -a x"$platform" != x"cygwin" ]; then
rm zlib1211.tar.gz
rm -rf zlib-1.2.11
wget https://zlib.net/zlib-1.2.11.tar.gz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment