Fix compilation with MinGW versions without threads support

Older versions of MinGW don't provide std::mutex or std::thread
This commit is contained in:
Lukas W
2017-11-28 11:00:11 +01:00
parent ff9622c10e
commit 48cdce9a79
5 changed files with 32 additions and 2 deletions

3
.gitmodules vendored
View File

@@ -28,3 +28,6 @@
[submodule "src/3rdparty/weakjack/weakjack"]
path = src/3rdparty/weakjack/weakjack
url = https://github.com/x42/weakjack.git
[submodule "src/3rdparty/mingw-std-threads"]
path = src/3rdparty/mingw-std-threads
url = https://github.com/meganz/mingw-std-threads.git