support older browsers

This commit is contained in:
ading2210 2024-03-09 18:48:55 -05:00
parent 9504f9d167
commit 997b2afca4
5 changed files with 10 additions and 11 deletions

View file

@ -19,7 +19,7 @@ cd curl
autoreconf -fi
emconfigure ./configure --host i686-linux --disable-shared --disable-threaded-resolver --without-libpsl --disable-netrc --disable-ipv6 --disable-tftp --disable-ntlm-wb --enable-websockets --with-ssl=$OPENSSL_PREFIX --with-zlib=$ZLIB_PREFIX --with-brotli=$BROTLI_PREFIX --with-nghttp2=$NGHTTP2_PREFIX
emmake make -j$CORE_COUNT CFLAGS="-pthread" LIBS="-lbrotlicommon"
emmake make -j$CORE_COUNT LIBS="-lbrotlicommon"
rm -rf $PREFIX
mkdir -p $PREFIX/include