Set mingw to version that uses posix threads.

This commit is contained in:
Patrick 2023-09-17 15:34:58 +02:00
parent 8516e651f2
commit 7d089c71c7

View File

@ -5,3 +5,5 @@ RUN apt-get -y update && \
apt-get -y install scons pkg-config libx11-dev libxcursor-dev libxinerama-dev libgl1-mesa-dev \ apt-get -y install scons pkg-config libx11-dev libxcursor-dev libxinerama-dev libgl1-mesa-dev \
libglu-dev libasound2-dev libpulse-dev libudev-dev libxi-dev libxrandr-dev clang \ libglu-dev libasound2-dev libpulse-dev libudev-dev libxi-dev libxrandr-dev clang \
mingw-w64 mingw-w64
RUN update-alternatives --set x86_64-w64-mingw32-g++ /usr/bin/x86_64-w64-mingw32-g++-posix