From 7d089c71c7a66864ddc929ecac781b30f6600511 Mon Sep 17 00:00:00 2001 From: Patrick Wuttke Date: Sun, 17 Sep 2023 15:34:58 +0200 Subject: [PATCH] Set mingw to version that uses posix threads. --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 13fa0ef..1561748 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ libglu-dev libasound2-dev libpulse-dev libudev-dev libxi-dev libxrandr-dev clang \ mingw-w64 + +RUN update-alternatives --set x86_64-w64-mingw32-g++ /usr/bin/x86_64-w64-mingw32-g++-posix