Author: manx
Date: Fri Apr 26 19:21:20 2024
New Revision: 20659
URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=20659
Log:
[Doc] libopenmpt: Document MinGW-w64 mcfgthread threading model as supported.
Modified:
branches/OpenMPT-1.31/doc/libopenmpt/dependencies.md
Modified: branches/OpenMPT-1.31/doc/libopenmpt/dependencies.md
==============================================================================
--- branches/OpenMPT-1.31/doc/libopenmpt/dependencies.md Fri Apr 26 19:07:20 2024 (r20658)
+++ branches/OpenMPT-1.31/doc/libopenmpt/dependencies.md Fri Apr 26 19:21:20 2024 (r20659)
@@ -24,7 +24,7 @@
* **GCC 7.1** or higher
* **Clang 6** or higher
* **MinGW-W64 7.1** or higher (it is recommended to preferably use
- posix threading model as opposed to win32 threading model)
+ mcfgthread or posix threading model as opposed to win32 threading model)
* **emscripten 3.1.1** or higher
* **DJGPP GCC 7.1** or higher
* any other **C++20 or C++17 compliant** compiler
|