mirror of https://github.com/aria2/aria2
Update Dockerfile.mingw
parent
727082cf0d
commit
e01f5e81e6
|
@ -83,8 +83,8 @@ RUN tar xf zlib-1.3.1.tar.gz && \
|
||||||
--static && \
|
--static && \
|
||||||
make -j$(nproc) install
|
make -j$(nproc) install
|
||||||
|
|
||||||
RUN tar xf c-ares-1.26.0.tar.gz && \
|
RUN tar xf c-ares-1.30.0.tar.gz && \
|
||||||
cd c-ares-1.26.0 && \
|
cd c-ares-1.30.0 && \
|
||||||
./configure \
|
./configure \
|
||||||
--disable-shared \
|
--disable-shared \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
|
|
Loading…
Reference in New Issue