mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 10:39:09 +00:00
Include MSYS directory in Windows path
This commit is contained in:
parent
4ad96c60ab
commit
37c8a23276
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
@echo off
|
||||
setx /M path "%PATH%;C:\MinGW\bin" > nul 2>&1
|
||||
setx /M path "%PATH%;C:\MinGW\bin;C:\MinGW\msys\1.0\bin" > nul 2>&1
|
||||
if NOT ["%errorlevel%"]==["0"] (
|
||||
echo FAILED. Rerun with administrator privileges.
|
||||
pause
|
||||
|
|
Loading…
Reference in a new issue