mirror of
https://github.com/skeeto/w64devkit.git
synced 2025-07-30 04:03:05 +03:00
Remove deprecated Mingw-w64 --enable-secure-api
This option was removed in Mingw-w64 7.0.0 since it's now the default and cannot be disabled.
This commit is contained in:
@ -66,8 +66,7 @@ RUN make install
|
||||
WORKDIR /x-mingw-headers
|
||||
RUN /mingw-w64-v$MINGW_VERSION/mingw-w64-headers/configure \
|
||||
--prefix=/bootstrap/x86_64-w64-mingw32 \
|
||||
--host=x86_64-w64-mingw32 \
|
||||
--enable-secure-api
|
||||
--host=x86_64-w64-mingw32
|
||||
RUN make -j$(nproc)
|
||||
RUN make install
|
||||
|
||||
@ -179,8 +178,7 @@ WORKDIR /
|
||||
WORKDIR /mingw-headers
|
||||
RUN /mingw-w64-v$MINGW_VERSION/mingw-w64-headers/configure \
|
||||
--prefix=$PREFIX/x86_64-w64-mingw32 \
|
||||
--host=x86_64-w64-mingw32 \
|
||||
--enable-secure-api
|
||||
--host=x86_64-w64-mingw32
|
||||
RUN make -j$(nproc)
|
||||
RUN make install
|
||||
|
||||
|
Reference in New Issue
Block a user