Windows: Fix description of runtimes
`mswin` platform links to `vcruntimeXXX.dll` but `mingw-ucrt` doesn't.
This commit is contained in:
parent
7149543f24
commit
7523ede7ba
@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
Ruby supports a few native build platforms for Windows.
|
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-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
|
## Building Ruby using Mingw with UCRT
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user