We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e26eca commit b6f7b81Copy full SHA for b6f7b81
1 file changed
contrib/instead-em-build.sh
@@ -70,7 +70,7 @@ fi
70
cd $WORKSPACE
71
if ! test -r .stamp_zlib; then
72
rm -rf zlib-1.3.2/
73
-[ -f zlib-1.3.2.tar.gz ] || wget -nv 'http://zlib.net/zlib-1.3.1.tar.gz'
+[ -f zlib-1.3.2.tar.gz ] || wget -nv 'http://zlib.net/zlib-1.3.2.tar.gz'
74
tar xf zlib-1.3.2.tar.gz
75
cd zlib-1.3.2
76
emconfigure ./configure --prefix=$WORKSPACE
0 commit comments