msys2: Add shortcut for clang32 environment (#3049)

This commit is contained in:
ItsBasi 2021-12-06 05:18:38 +01:00 committed by GitHub
parent f29a767690
commit 6e6cdead1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"