File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,21 @@ The active environment is selected via the `MSYSTEM` environment variable.
3535Setting ` MSYSTEM ` to ` UCRT64 ` and starting a login shell will put you in that
3636environment.
3737
38+ For example, ` CLANG64 ` to ` UCRT64 ` :
39+
40+ ``` shell
41+ me@DESKTOP CLANG64 ~
42+ $ echo $PATH
43+ /clang64/bin:/usr/local/bin:/usr/bin:/bin:/c/Windows/System32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0/
44+
45+ me@DESKTOP CLANG64 ~
46+ $ source shell ucrt64
47+
48+ me@DESKTOP UCRT64 ~
49+ $ echo $PATH
50+ /ucrt64/bin::/usr/local/bin:/usr/bin:/bin:/c/Windows/System32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0/
51+ ```
52+
3853## GCC vs LLVM/Clang
3954
4055These are the default compilers/toolchains used for building all packages in the
You can’t perform that action at this time.
0 commit comments