Windows: Fix description of runtimes

`mswin` platform links to `vcruntimeXXX.dll` but `mingw-ucrt` doesn't.
This commit is contained in:
Lars Kanis 2023-10-27 15:25:13 +02:00 committed by Hiroshi SHIBATA
parent 7149543f24
commit 7523ede7ba

View File

@ -2,9 +2,9 @@
Ruby supports a few native build platforms for Windows.
* mswin: Build using Microsoft Visual C++ compiler
* mswin: Build using Microsoft Visual C++ compiler with vcruntimeXXX.dll
* mingw-msvcrt: Build using compiler for Mingw with msvcrtXX.dll
* mingw-ucrt: Build using compiler for Mingw with vcruntime.dll
* mingw-ucrt: Build using compiler for Mingw with Windows Universal CRT
## Building Ruby using Mingw with UCRT