From c651c215c6ff2c5f52ea2578bffa95d2755ccdf3 Mon Sep 17 00:00:00 2001 From: Kreijstal Date: Mon, 6 Jan 2025 16:08:10 +0100 Subject: [PATCH] msys2: leaving a helpful note This is if you already have a msys2 shell open in the "wrong" enviroment, either ucrt64, or msys2. --- doc/make/msys2.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/make/msys2.md b/doc/make/msys2.md index 2353449a9c7e..be6f1d0c8c33 100644 --- a/doc/make/msys2.md +++ b/doc/make/msys2.md @@ -91,3 +91,4 @@ version clang to your path. Make sure `/clang64/bin` is in your PATH environment. If it is not then check you launched the MSYS2 CLANG64 shell from the start menu. (The one that runs `clang64.exe`). +If you are already in a msys2 you can switch to the clang64 without quitting enviroment using the `source shell clang64` command.