We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37edd71 commit 4e26ecaCopy full SHA for 4e26eca
1 file changed
contrib/instead-em-build.sh
@@ -69,10 +69,10 @@ fi
69
# zlib
70
cd $WORKSPACE
71
if ! test -r .stamp_zlib; then
72
-rm -rf zlib-1.3.1/
73
-[ -f zlib-1.3.1.tar.gz ] || wget -nv 'http://zlib.net/zlib-1.3.1.tar.gz'
74
-tar xf zlib-1.3.1.tar.gz
75
-cd zlib-1.3.1
+rm -rf zlib-1.3.2/
+[ -f zlib-1.3.2.tar.gz ] || wget -nv 'http://zlib.net/zlib-1.3.1.tar.gz'
+tar xf zlib-1.3.2.tar.gz
+cd zlib-1.3.2
76
emconfigure ./configure --prefix=$WORKSPACE
77
emmake make install
78
touch ../.stamp_zlib
0 commit comments