mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 17:21:20 +00:00
msys2: Add shortcut for clang32 environment (#3049)
This commit is contained in:
parent
f29a767690
commit
6e6cdead1f
@ -33,6 +33,11 @@
|
||||
"mingw64",
|
||||
"-mingw64 -defterm -here -full-path -no-start"
|
||||
],
|
||||
[
|
||||
"msys2_shell.cmd",
|
||||
"clang32",
|
||||
"-clang32 -defterm -here -full-path -no-start"
|
||||
],
|
||||
[
|
||||
"msys2_shell.cmd",
|
||||
"clang64",
|
||||
@ -57,6 +62,10 @@
|
||||
"mingw64.exe",
|
||||
"MinGW64"
|
||||
],
|
||||
[
|
||||
"clang32.exe",
|
||||
"Clang32"
|
||||
],
|
||||
[
|
||||
"clang64.exe",
|
||||
"Clang64"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user