From 7fa5b8fc7bde0e9971dd6ea4580aa2f57eb30d97 Mon Sep 17 00:00:00 2001 From: Andrej Dudenhefner Date: Sat, 1 Nov 2025 18:10:04 +0100 Subject: [PATCH] Removed trailing whitespace --- docs/developers/Building_Windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developers/Building_Windows.md b/docs/developers/Building_Windows.md index 61a97f025..da50c01c3 100644 --- a/docs/developers/Building_Windows.md +++ b/docs/developers/Building_Windows.md @@ -106,7 +106,7 @@ call "C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\devenv 2. Open the correct shell - For MinGW64 (MSVCRT): start `MSYS2 MinGW x64` - For UCRT64: start `MSYS2 UCRT64` - + (Sanity check: `echo $MSYSTEM` should be MINGW64 or UCRT64; don’t mix them.) 3. Update MSYS2 packages: `pacman -Syu` 4. Install dependencies