msys2@2021-04-19: Add shortcuts for clang64 and ucrt64 environments (#2202)

* msys2: Add shortcuts for clang64 and ucrt64 environments

* msys2: Add launcher shortcuts for clang64 and ucrt64
This commit is contained in:
ItsBasi 2021-10-20 08:45:44 +02:00 committed by GitHub
parent 0f43fad5c5
commit d5f876c813
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,6 +32,16 @@
"msys2_shell.cmd",
"mingw64",
"-mingw64 -defterm -here -full-path -no-start"
],
[
"msys2_shell.cmd",
"clang64",
"-clang64 -defterm -here -full-path -no-start"
],
[
"msys2_shell.cmd",
"ucrt64",
"-ucrt64 -defterm -here -full-path -no-start"
]
],
"shortcuts": [
@ -46,6 +56,14 @@
[
"mingw64.exe",
"MinGW64"
],
[
"clang64.exe",
"Clang64"
],
[
"ucrt64.exe",
"UCRT64"
]
],
"persist": "home",