Tools: Remove MSYS/Mingw support
MSYS/Mingw was deprecated since v4.0 and it is removed in v5.0. Please follow the getting started guide of the documentation to set up a Windows Command Line or Power Shell based environment.
This commit is contained in:
+1
-2
@@ -1,7 +1,6 @@
|
||||
@echo off
|
||||
if defined MSYSTEM (
|
||||
echo This .bat file is for Windows CMD.EXE shell only. When using MSYS, run:
|
||||
echo ./install.sh.
|
||||
echo This .bat file is for Windows CMD.EXE shell only.
|
||||
goto end
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user