mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 01:31: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",
|
||||||
"-mingw64 -defterm -here -full-path -no-start"
|
"-mingw64 -defterm -here -full-path -no-start"
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
"msys2_shell.cmd",
|
||||||
|
"clang32",
|
||||||
|
"-clang32 -defterm -here -full-path -no-start"
|
||||||
|
],
|
||||||
[
|
[
|
||||||
"msys2_shell.cmd",
|
"msys2_shell.cmd",
|
||||||
"clang64",
|
"clang64",
|
||||||
@ -57,6 +62,10 @@
|
|||||||
"mingw64.exe",
|
"mingw64.exe",
|
||||||
"MinGW64"
|
"MinGW64"
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
"clang32.exe",
|
||||||
|
"Clang32"
|
||||||
|
],
|
||||||
[
|
[
|
||||||
"clang64.exe",
|
"clang64.exe",
|
||||||
"Clang64"
|
"Clang64"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user