Skip to content

Commit 53885e8

Browse files
authored
env: cygwin isn't using msvcrt
lld was lying
1 parent 6431c90 commit 53885e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/docs/environments.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ tools.
1717

1818
|| Name | Prefix | Toolchain | Architecture | C Library | C++ Library |
1919
| - |- |- |-|-|-|-|
20-
| ![msys](msys.png){: style="max-width:25px" } | **MSYS** | `/usr` | gcc | x86_64 | cygwin/msvcrt | libstdc++ |
20+
| ![msys](msys.png){: style="max-width:25px" } | **MSYS** | `/usr` | gcc | x86_64 | cygwin | libstdc++ |
2121
| ![mingw64](mingw64.png){: style="max-width:25px" } | **MINGW64** | `/mingw64` | gcc | x86_64 | msvcrt | libstdc++ |
2222
| ![ucrt64](ucrt64.png){: style="max-width:25px" } | **UCRT64** | `/ucrt64` | gcc | x86_64 | ucrt | libstdc++ |
2323
| ![clang64](clang64.png){: style="max-width:25px" } | **CLANG64** | `/clang64` | llvm | x86_64 | ucrt | libc++ |

0 commit comments

Comments
 (0)