mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-07 11:59:04 +00:00
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,7 +1,6 @@
|
||||
@echo off
|
||||
if defined MSYSTEM (
|
||||
echo This .bat file is for Windows CMD.EXE shell only. When using MSYS, run:
|
||||
echo . ./export.sh.
|
||||
echo This .bat file is for Windows CMD.EXE shell only.
|
||||
goto :eof
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user