summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Kanis <lars@greiz-reinsdorf.de>2023-10-27 15:25:13 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-11-02 15:16:41 +0900
commit7523ede7ba0a5c1487bb53b3169f1a2cbc13152d (patch)
tree264747955e73af5cd8008493e0860bc0cb333ccf
parent7149543f249d7e29d223fde860770fded5762f0b (diff)
Windows: Fix description of runtimes
`mswin` platform links to `vcruntimeXXX.dll` but `mingw-ucrt` doesn't.
-rw-r--r--doc/windows.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/windows.md b/doc/windows.md
index 4df732bd84..65c6b15c45 100644
--- a/doc/windows.md
+++ b/doc/windows.md
@@ -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