mirror of
https://github.com/skeeto/w64devkit.git
synced 2025-08-05 00:22:07 +03:00
Fix Mingw-w64 i686 Windows XP regression
https://sourceforge.net/p/mingw-w64/bugs/821/
This commit is contained in:
@@ -67,6 +67,10 @@ RUN /binutils-$BINUTILS_VERSION/configure \
|
|||||||
RUN make -j$(nproc)
|
RUN make -j$(nproc)
|
||||||
RUN make install
|
RUN make install
|
||||||
|
|
||||||
|
# Fixes i686 Windows XP regression
|
||||||
|
# https://sourceforge.net/p/mingw-w64/bugs/821/
|
||||||
|
RUN sed -i /OpenThreadToken/d /mingw-w64-v$MINGW_VERSION/mingw-w64-crt/lib32/kernel32.def
|
||||||
|
|
||||||
WORKDIR /x-mingw-headers
|
WORKDIR /x-mingw-headers
|
||||||
RUN /mingw-w64-v$MINGW_VERSION/mingw-w64-headers/configure \
|
RUN /mingw-w64-v$MINGW_VERSION/mingw-w64-headers/configure \
|
||||||
--prefix=/bootstrap/x86_64-w64-mingw32 \
|
--prefix=/bootstrap/x86_64-w64-mingw32 \
|
||||||
|
Reference in New Issue
Block a user