mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
msys2: Add clang arm shortcut (#4831)
* msys2: add clang arm shortcut * case --------- Co-authored-by: HUMORCE <humorce@outlook.com>
This commit is contained in:
parent
bdcbeb9dac
commit
3d8ab16d21
@ -43,6 +43,11 @@
|
||||
"clang64",
|
||||
"-clang64 -defterm -here -full-path -no-start"
|
||||
],
|
||||
[
|
||||
"msys2_shell.cmd",
|
||||
"clangarm64",
|
||||
"-clangarm64 -defterm -here -full-path -no-start"
|
||||
],
|
||||
[
|
||||
"msys2_shell.cmd",
|
||||
"ucrt64",
|
||||
@ -70,6 +75,10 @@
|
||||
"clang64.exe",
|
||||
"Clang64"
|
||||
],
|
||||
[
|
||||
"clangarm64.exe",
|
||||
"ClangArm64"
|
||||
],
|
||||
[
|
||||
"ucrt64.exe",
|
||||
"UCRT64"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user